Skip to content

Commit d45dade

Browse files
committed
increasing timeout
1 parent d1ad1c6 commit d45dade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

yarn-project/end-to-end/src/e2e_l1_with_wall_time.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import { privateKeyToAccount } from 'viem/accounts';
1111
import { getPrivateKeyFromIndex, setup } from './fixtures/utils.js';
1212
import { submitTxsTo } from './shared/submit-transactions.js';
1313

14-
jest.setTimeout(1000 * 60 * 10);
14+
// TODO(F-229): The "+5" was added when log sync times regressed. Drop it back down once the linked issue is addressed.
15+
jest.setTimeout(1000 * 60 * (10 + 5));
1516

1617
describe('e2e_l1_with_wall_time', () => {
1718
let logger: Logger;

0 commit comments

Comments
 (0)