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