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