Skip to content

Commit

Permalink
bump l2-deploy stage timeout to 10mins
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 22, 2023
1 parent 35609a2 commit 6d19051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/launcher/l2contractdeployer/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (n *ContractDeployer) WaitForFinish() error {
defer cli.Close()

// make sure the container has finished execution
err = docker.WaitForContainerToFinish(n.containerID, 3*time.Minute)
err = docker.WaitForContainerToFinish(n.containerID, 10*time.Minute)
if err != nil {
n.PrintLogs(cli)
return err
Expand Down

0 comments on commit 6d19051

Please sign in to comment.