Skip to content

Commit

Permalink
Add travis_wait 30 to increase timeout for installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 7, 2017
1 parent e2dec4c commit 2f549a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ script:
- wget -O ${PWD}/tests/test.sh https://gist.githubusercontent.com/geerlingguy/73ef1e5ee45d8694570f334be385e181/raw/
- chmod +x ${PWD}/tests/test.sh

# Run tests.
- ${PWD}/tests/test.sh
# Run tests (increasing the travis_wait timeout).
- travis_wait 30 ${PWD}/tests/test.sh

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 comments on commit 2f549a2

Please sign in to comment.