File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ before_install:
25
25
# any command which exits with a non-zero exit code causes the build to fail.
26
26
script :
27
27
- 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
29
29
- if [[ $WEEDER ]]; then source .ci-scripts/travis/run-weeder.sh; fi
30
30
31
31
# 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
33
33
github-webhooks-scotty-example
34
34
github-webhooks-servant-simple-example
35
35
github-webhooks-servant-example
You can’t perform that action at this time.
0 commit comments