Skip to content

Commit

Permalink
chore: bump proven timeout (#10680)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch authored Dec 13, 2024
1 parent ccf1c78 commit 3f5cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/cli/src/cmds/devnet/bootstrap_network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type ContractDeploymentInfo = {

const waitOpts: WaitOpts = {
timeout: 120,
provenTimeout: 2400,
provenTimeout: 4800,
interval: 1,
};

Expand Down

0 comments on commit 3f5cf6c

Please sign in to comment.