Skip to content

Commit fe80125

Browse files
committed
give stack more time
1 parent 42686f6 commit fe80125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ script:
223223
set -ex
224224
case "$BUILD" in
225225
stack)
226-
travis_wait stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
226+
travis_wait 30 stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
227227
;;
228228
cabal)
229229
cabal install --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES

0 commit comments

Comments
 (0)