Skip to content

Commit

Permalink
Increase timeout on ddev-router for slower machines, fixes ddev#2120
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed May 27, 2020
1 parent ddfd8d3 commit 3a6f86d
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 @@ -409,8 +409,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 3a6f86d

Please sign in to comment.