Skip to content

Commit

Permalink
Update integration test docker-compose.yml
Browse files Browse the repository at this point in the history
tune healthcheck on flextesa container for consistent startup
  • Loading branch information
stephengaudet committed Sep 14, 2023
1 parent ddf37fa commit b6d5be8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions integration_test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ services:
command: sigybox $PROTOCOL
healthcheck:
test: "curl --fail http://localhost:20000/chains/main/blocks/head/header || exit 1"
interval: 1s
timeout: 1s
retries: 10
start_period: 1s
interval: 10s
timeout: 10s
retries: 20
start_period: 10s

flextesanobaking:
container_name: flextesanobaking
Expand All @@ -38,10 +38,10 @@ services:
command: sigybox $PROTOCOL
healthcheck:
test: "curl --fail http://localhost:20000/chains/main/blocks/head/header || exit 1"
interval: 1s
timeout: 1s
retries: 10
start_period: 1s
interval: 10s
timeout: 10s
retries: 20
start_period: 10s

octez:
container_name: octez
Expand Down

0 comments on commit b6d5be8

Please sign in to comment.