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:
parent
7e290b262c
commit
18d0e980d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user