Skip to content

Commit 0b92545

Browse files
committed
fix: Increase sleep duration for Anvil deployment to ensure readiness
1 parent c6657c4 commit 0b92545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
ANVIL_SEPOLIA_RPC_URL: http://localhost:8545
7777
ANVIL_ARBITRUM_SEPOLIA_RPC_URL: http://localhost:8546
7878
run: |
79-
forge cache clean --all && make fork-sepolia & make fork-arbitrum-sepolia & sleep 5 && make deploy-on-anvil
79+
forge cache clean --all && make fork-sepolia & make fork-arbitrum-sepolia & sleep 10 && make deploy-on-anvil
8080
8181
- name: Deploy contracts on Ethereum Mainnet or Sepolia
8282
if: inputs.network == 'sepolia' || inputs.network == 'ethereum'

0 commit comments

Comments
 (0)