diff --git a/.travis.yml b/.travis.yml index e4a7f31..2cb3918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/