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 Mar 24, 2020
1 parent ac2fe53 commit 678d530
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 @@ -397,8 +397,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 678d530

Please sign in to comment.