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
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue