Skip to content

Commit 9d5bf07

Browse files
committed
Grant an extra 15 minutes to build as the OS X infrastructure is slower now
1 parent dbbb3dd commit 9d5bf07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ before_install:
2525
# any command which exits with a non-zero exit code causes the build to fail.
2626
script:
2727
- if [[ $HLINT ]]; then source .ci-scripts/travis/run-hlint.sh; fi
28-
- travis_wait 30 stack --no-terminal --skip-ghc-check test --haddock --no-haddock-deps
28+
- travis_wait 45 stack --no-terminal --skip-ghc-check test --haddock --no-haddock-deps
2929
- if [[ $WEEDER ]]; then source .ci-scripts/travis/run-weeder.sh; fi
3030

3131
# Build the integration examples
32-
- travis_wait 30 stack --no-terminal --skip-ghc-check build
32+
- travis_wait 45 stack --no-terminal --skip-ghc-check build
3333
github-webhooks-scotty-example
3434
github-webhooks-servant-simple-example
3535
github-webhooks-servant-example

0 commit comments

Comments
 (0)