Skip to content

Commit

Permalink
Add longer sleep before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsmith committed Dec 12, 2016
1 parent c4683e8 commit 271bdeb
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 @@ -17,7 +17,7 @@ services:
before_install:
- docker pull icinga/icinga2
- docker run -d -ti --name icinga2-api -p 4080:80 -p 5665:5665 icinga/icinga2
- sleep 30
- sleep 60
- docker ps -a

after_success:
Expand Down

0 comments on commit 271bdeb

Please sign in to comment.