Skip to content

Commit

Permalink
raise timeout for rabbitmq to start
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Bradshaw committed Jan 7, 2020
1 parent fbc19b1 commit 210a803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
[
"./wait-for-it.sh",
"-t",
"60",
"300",
"rabbitmq:61613",
"--",
"python",
Expand Down

0 comments on commit 210a803

Please sign in to comment.