Skip to content

Commit

Permalink
DEBUG: increase timeout value
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele committed Jun 25, 2024
1 parent 525efa2 commit 908f902
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions e2e/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ services:
ports:
- 8545:8545
- 8546:8546
# healthcheck:
# test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
# interval: 100ms
# timeout: 1s
# retries: 1000
healthcheck:
test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
interval: 100ms
timeout: 10s
retries: 1000
qbft-testchain1:
build: ./chains/qbft/chain1
ports:
- 8645:8545
- 8646:8546
# healthcheck:
# test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
# interval: 100ms
# timeout: 1s
# retries: 1000
healthcheck:
test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
interval: 100ms
timeout: 10s
retries: 1000

0 comments on commit 908f902

Please sign in to comment.