Skip to content

Commit 3cc2779

Browse files
committed
chore: crank up that timeout
1 parent f25b63b commit 3cc2779

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
@@ -61,7 +61,7 @@ describe('world-state integration', () => {
6161
await db.close();
6262
});
6363

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

0 commit comments

Comments
 (0)