commit 18d0e980d1d4acb1325006e533a2135fda9a451f parent 7e290b262c661061f9d28e43ea353b0342a3c24b Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 1 Mar 2018 03:38:46 -0500 Increase Travis test timeout to 15 seconds Though it probably won't help, since I imagine most timeouts are hangs caused by race conditions Diffstat:
| M | test/runtests.sh | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/test/runtests.sh b/test/runtests.sh @@ -178,7 +178,7 @@ if [ -z $IS_CYGWIN ]; then fi if [ "$TRAVIS" = true ]; then - FX_ARGS="$FX_ARGS -ZoteroAutomatedTest -ZoteroTestTimeout 10000" + FX_ARGS="$FX_ARGS -ZoteroAutomatedTest -ZoteroTestTimeout 15000" fi # Clean up on exit @@ -202,4 +202,4 @@ MOZ_NO_REMOTE=1 NO_EM_RESTART=1 "$FX_EXECUTABLE" -profile "$FX_PROFILE" \ test -e "$PROFILE/success" STATUS=$? -exit $STATUS -\ No newline at end of file +exit $STATUS