Skip to content

Commit

Permalink
Use testdata with longer timeouts on dockerutil tests (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jul 22, 2019
1 parent 6146cfa commit 7a028d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ services:
com.ddev.platform: ddev
com.ddev.site-name: TestComposeWithStreams
restart: "no"
healthcheck:
interval: 1s
retries: 25
start_period: 20s
timeout: 120s

version: '3.6'
5 changes: 5 additions & 0 deletions pkg/dockerutil/testdata/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ services:
com.ddev.site-name: test
com.ddev.platform: local
com.ddev.app-type: wordpress
healthcheck:
interval: 1s
retries: 25
start_period: 20s
timeout: 120s
networks:
default:
external:
Expand Down

0 comments on commit 7a028d0

Please sign in to comment.