Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion yarn-project/end-to-end/src/e2e_prover/full.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { type Chain, type GetContractReturnType, type HttpTransport, type Public

import { FullProverTest } from './e2e_prover_test.js';

const TIMEOUT = 5_000_000;
// Set a very long 20 minute timeout.
const TIMEOUT = 1_200_000;

// This makes AVM proving throw if there's a failure.
process.env.AVM_PROVING_STRICT = '1';
Expand Down