Skip to content

Commit

Permalink
fix: support slower computers (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goulding <[email protected]>
  • Loading branch information
ryandgoulding authored Dec 9, 2023
1 parent 4f9dcc1 commit fad93e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
command: ["npx", "turbo", "start", "--filter", "test-evm-node"]
healthcheck:
interval: 2s
retries: 10
retries: 20
test: ["CMD", "curl", "-f", "http://0.0.0.0:8545/"]

# Service that can build this package
Expand Down

0 comments on commit fad93e3

Please sign in to comment.