Skip to content

Commit 4a74f72

Browse files
committed
Increase timeout for provision step.
The provision step might not have output for a while because ansible is quiet while running a task and some tasks take over 10 mins.
1 parent 878736a commit 4a74f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ before_install:
3939

4040
script:
4141
- set -e # If one of these commands fails, exit immediately.
42-
- make dev.provision.services."$SERVICES"
42+
- travis_wait 30 make dev.provision.services."$SERVICES"
4343
- make dev.up."$SERVICES"
4444
- make dev.check."$SERVICES"

0 commit comments

Comments
 (0)