Skip to content

Commit c565daa

Browse files
committed
chore: increase wait time for contract deployer
1 parent 881c879 commit c565daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contracts/contract_deployer.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ def deploy_contracts(
316316
"/network-data": op_deployer_configure.files_artifacts[0],
317317
},
318318
run=" && ".join(apply_cmds) + " 2>&1 | tee /network-data/op-deployer.log",
319+
wait="540s"
319320
)
320321

321322
files = {"/network-data": op_deployer_output.files_artifacts[0]}

0 commit comments

Comments
 (0)