Skip to content

Commit

Permalink
chore: bump proven timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Dec 13, 2024
1 parent ccf1c78 commit 4307ad5
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 4307ad5

Please sign in to comment.