We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ad1c6 commit d45dadeCopy full SHA for d45dade
yarn-project/end-to-end/src/e2e_l1_with_wall_time.test.ts
@@ -11,7 +11,8 @@ import { privateKeyToAccount } from 'viem/accounts';
11
import { getPrivateKeyFromIndex, setup } from './fixtures/utils.js';
12
import { submitTxsTo } from './shared/submit-transactions.js';
13
14
-jest.setTimeout(1000 * 60 * 10);
+// 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));
16
17
describe('e2e_l1_with_wall_time', () => {
18
let logger: Logger;
0 commit comments