Skip to content

Commit

Permalink
e2e: increase retry times
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Jun 25, 2024
1 parent 292c6fc commit bb35d82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
interval: 100ms
timeout: 1s
retries: 100
retries: 1000
ibft2-testchain1:
build: ./chains/ibft2/chain1
ports:
Expand All @@ -18,7 +18,7 @@ services:
test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
interval: 100ms
timeout: 1s
retries: 100
retries: 1000
qbft-testchain0:
build: ./chains/qbft/chain0
ports:
Expand All @@ -28,7 +28,7 @@ services:
test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
interval: 100ms
timeout: 1s
retries: 100
retries: 1000
qbft-testchain1:
build: ./chains/qbft/chain1
ports:
Expand All @@ -38,4 +38,4 @@ services:
test: [ "CMD-SHELL", "grep \"00000000:2161 00000000:0000 0A\" /proc/net/tcp || exit 1" ]
interval: 100ms
timeout: 1s
retries: 100
retries: 1000

0 comments on commit bb35d82

Please sign in to comment.