Skip to content

Commit 4ade2ad

Browse files
authored
chore: Increase test timeout to reduce flakes (#10641)
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
1 parent 001bbb1 commit 4ade2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/world-state/src/test/integration.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('world-state integration', () => {
6262
await db.close();
6363
});
6464

65-
const awaitSync = async (blockToSyncTo: number, finalized?: number, maxTimeoutMS = 5000) => {
65+
const awaitSync = async (blockToSyncTo: number, finalized?: number, maxTimeoutMS = 30000) => {
6666
const startTime = Date.now();
6767
let sleepTime = 0;
6868
let tips = await synchronizer.getL2Tips();

0 commit comments

Comments
 (0)