gecko-dev/testing
Henrik Skupin 03d4b0f51c Bug 1399592 - Increase Marionette startup timeout for mochitest/reftest. r=gbrown
Currently the mochitest and reftest runners are forcing a timeout of 60s
(or 900s for valgrind or debug builds) when calling `start_session` of
Marionette. While this method still offers a timeout parameter, the
timeout should be set via the `startup_timeout` argument for Marionette.

Reason is that Marionette doesn't control the browser instance and
is getting called right after the application gets launched. As such
slow running builds can cause timeouts once it takes longer than 60s
for the Marionette server to get started.

By using `startup_timeout` the timeout will even be configurable via
the command line and mozharness config files.

MozReview-Commit-ID: EV7GklBcJjU

--HG--
extra : rebase_source : 9d3c623c49deb92d68c40ba4410c812c864e06bd
2017-09-14 16:18:58 +02:00
..
awsy Bug 1393234 - Add --disable-stylo for AWSY. r=jmaher 2017-08-24 17:48:58 -05:00
config Backed out 3 changesets (bug 1358670) for flake8 failures a=backout 2017-07-20 11:20:00 -07:00
crashtest
firefox-ui Merge m-c to inbound, a=merge 2017-08-29 16:17:13 -07:00
geckodriver Bug 1391605 - Bump geckodriver to 0.19.0. r=ato 2017-09-14 18:08:28 +02:00
gtest Bug 1331049 - reduce max timeout from 30 minutes to 20 minutes. r=ted 2017-09-13 05:18:43 -04:00
instrumentation
marionette Backed out changeset 3baecf7b25f2 (bug 1399628) for build bustage. r=backout 2017-09-15 14:36:12 +02:00
mochitest Bug 1399592 - Increase Marionette startup timeout for mochitest/reftest. r=gbrown 2017-09-14 16:18:58 +02:00
modules Bug 1368967 - Enable the ESLint generator-star-spacing rule across mozilla-central. r=standard8 2017-09-04 00:49:32 -04:00
mozbase Bug 1392390 - Create a reftest selftest harness, r=jmaher 2017-09-11 16:08:01 -04:00
mozharness Bug 1371065: Part 1 - Remove external references to the add-on SDK. r=Mossop,glandium 2017-09-12 11:54:47 -07:00
profiles Bug 1390095 - Send a duplicate of a users first shutdown ping with pingsender. r=Dexter 2017-09-05 17:49:45 -07:00
runtimes Backed out changeset df8215261c7e (bug 1349689) on request from rchien. r=backout 2017-08-31 16:58:32 +02:00
specialpowers Bug 1377587, part 1 - Always act like __exposedProps__ is missing. r=krizsa 2017-08-22 14:24:11 -07:00
talos Bug 1398974: Follow-up: Skip adding request filters to favicon.ico requests. r=me 2017-09-14 19:06:52 -07:00
tools Bug 1391420: Set NO_PGO on a bunch of binaries that we don't ship. r=ted 2017-08-23 15:05:40 -04:00
tps Bug 1378422 - Add python 2 only classifiers to python modules under /testing, r=ahal 2017-08-19 04:19:06 +05:30
web-platform Bug 1399805 - fix the default path of fix_macosx_stack.py for running wpt tests. r=jgraham 2017-09-14 19:07:23 +08:00
webdriver Bug 1396866 - Relax WindowRectResponse typing. r=jgraham 2017-09-09 12:21:50 +01:00
xpcshell Bug 1397852 - Enable flake8 linter on testing/xpcshell. r=ahal 2017-09-14 09:51:27 -04:00
cppunittest.ini Backed out changeset 371a03aa9b24 (bug 1397056) for build errors in SmallPointerArray.h a=backout CLOSED TREE 2017-09-12 12:39:09 -07:00
mach_commands.py Bug 1371065: Part 1 - Remove external references to the add-on SDK. r=Mossop,glandium 2017-09-12 11:54:47 -07:00
moz.build Bug 1328351 - annotate rest of testing and toolkit. r=gps 2017-09-13 05:19:00 -04:00
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1371065: Part 1 - Remove external references to the add-on SDK. r=Mossop,glandium 2017-09-12 11:54:47 -07:00

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff