Skip to content

Commit

Permalink
chore: crank up that timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Nov 27, 2024
1 parent f25b63b commit 3cc2779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/world-state/src/test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('world-state integration', () => {
await db.close();
});

const awaitSync = async (blockToSyncTo: number, finalized?: number, maxTimeoutMS = 2000) => {
const awaitSync = async (blockToSyncTo: number, finalized?: number, maxTimeoutMS = 5000) => {
const startTime = Date.now();
let sleepTime = 0;
let tips = await synchronizer.getL2Tips();
Expand Down

0 comments on commit 3cc2779

Please sign in to comment.