Skip to content

Commit

Permalink
Increase timeout on ddev-router for slower machines, fixes #2120
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed May 1, 2020
1 parent 2a9bb14 commit 5faa2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ddevapp/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ services:
restart: "no"
healthcheck:
interval: 1s
retries: 10
start_period: 10s
retries: 20
start_period: 20s
timeout: 120s
networks:
Expand Down

0 comments on commit 5faa2c5

Please sign in to comment.