We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881c879 commit c565daaCopy full SHA for c565daa
src/contracts/contract_deployer.star
@@ -316,6 +316,7 @@ def deploy_contracts(
316
"/network-data": op_deployer_configure.files_artifacts[0],
317
},
318
run=" && ".join(apply_cmds) + " 2>&1 | tee /network-data/op-deployer.log",
319
+ wait="540s"
320
)
321
322
files = {"/network-data": op_deployer_output.files_artifacts[0]}
0 commit comments