Skip to content

Commit

Permalink
Increase sleeping time again
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Feb 1, 2019
1 parent b242d60 commit 40f2c66
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 @@ -83,7 +83,7 @@ jobs:
- docker build --tag femiwiki/mediawiki .
- docker stack deploy -c docker-compose.yml mediawiki
# We don't have a health check yet, so wait a moment for starting process is end...
- sleep 40
- sleep 60
- docker service logs mediawiki_fastcgi
# Check if container is shoutdown
- test -z "$(docker service ps -qf "desired-state=Shutdown" mediawiki_fastcgi)"
Expand Down

0 comments on commit 40f2c66

Please sign in to comment.