Skip to content

Commit 3f5cf6c

Browse files
authored
chore: bump proven timeout (#10680)
1 parent ccf1c78 commit 3f5cf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/cli/src/cmds/devnet/bootstrap_network.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type ContractDeploymentInfo = {
2929

3030
const waitOpts: WaitOpts = {
3131
timeout: 120,
32-
provenTimeout: 2400,
32+
provenTimeout: 4800,
3333
interval: 1,
3434
};
3535

0 commit comments

Comments
 (0)