From 18d0e980d1d4acb1325006e533a2135fda9a451f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 1 Mar 2018 03:38:46 -0500 Subject: [PATCH] Increase Travis test timeout to 15 seconds Though it probably won't help, since I imagine most timeouts are hangs caused by race conditions --- test/runtests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.sh b/test/runtests.sh index c7440bcbf..8a79cd130 100755 --- 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