Skip to content

Commit

Permalink
increase travis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Sep 29, 2017
1 parent de017ee commit 5c0bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ before_script:
script:
- echo "${CMD}"
# we need travis_wait because the Docker build job can take longer than 10 minutes
- 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

notifications:
irc: "irc.freenode.org#msfnotify"
Expand Down

0 comments on commit 5c0bb26

Please sign in to comment.