Skip to content

Commit 490ec8b

Browse files
committed
chore: Try deflake L1 reorgs test (#17607)
Increase timeout for detecting new block number. In a failed run, the archiver finds the new block during test shutdown.
1 parent bbe66e7 commit 490ec8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/end-to-end/src/e2e_epochs/epochs_l1_reorgs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ describe('e2e_epochs/epochs_l1_reorgs', () => {
258258
await blobSinkClient.sendBlobsToBlobSink(blobs);
259259

260260
// And wait for the node to see the new block
261-
await retryUntil(() => node.getBlockNumber().then(b => b === L2_BLOCK_NUMBER), 'node sync', 5, 0.1);
261+
await retryUntil(() => node.getBlockNumber().then(b => b === L2_BLOCK_NUMBER), 'node sync', 20, 0.1);
262262
});
263263
});
264264

0 commit comments

Comments
 (0)