We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de017ee commit 5c0bb26Copy full SHA for 5c0bb26
.travis.yml
@@ -49,7 +49,7 @@ before_script:
49
script:
50
- echo "${CMD}"
51
# we need travis_wait because the Docker build job can take longer than 10 minutes
52
- - if [[ "${DOCKER}" == "true" ]]; then echo "Starting Docker build job"; travis_wait "${CMD}"; else bash -c "${CMD}"; fi
+ - if [[ "${DOCKER}" == "true" ]]; then echo "Starting Docker build job"; travis_wait 40 "${CMD}"; else bash -c "${CMD}"; fi
53
54
notifications:
55
irc: "irc.freenode.org#msfnotify"
0 commit comments