Skip to content

Commit 5c0bb26

Browse files
committed
increase travis timeout
1 parent de017ee commit 5c0bb26

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
@@ -49,7 +49,7 @@ before_script:
4949
script:
5050
- echo "${CMD}"
5151
# 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
52+
- if [[ "${DOCKER}" == "true" ]]; then echo "Starting Docker build job"; travis_wait 40 "${CMD}"; else bash -c "${CMD}"; fi
5353

5454
notifications:
5555
irc: "irc.freenode.org#msfnotify"

0 commit comments

Comments
 (0)