Increase Travis test timeout to 15 seconds

Though it probably won't help, since I imagine most timeouts are hangs
caused by race conditions
This commit is contained in:
Dan Stillman 2018-03-01 03:38:46 -05:00
parent 7e290b262c
commit 18d0e980d1

View file

@ -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
exit $STATUS