There was an error while loading. Please reload this page.
1 parent 42686f6 commit fe80125Copy full SHA for fe80125
.travis.yml
@@ -223,7 +223,7 @@ script:
223
set -ex
224
case "$BUILD" in
225
stack)
226
- travis_wait stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
+ travis_wait 30 stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
227
;;
228
cabal)
229
cabal install --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES
0 commit comments