We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25b63b commit 3cc2779Copy full SHA for 3cc2779
yarn-project/world-state/src/test/integration.test.ts
@@ -61,7 +61,7 @@ describe('world-state integration', () => {
61
await db.close();
62
});
63
64
- const awaitSync = async (blockToSyncTo: number, finalized?: number, maxTimeoutMS = 2000) => {
+ const awaitSync = async (blockToSyncTo: number, finalized?: number, maxTimeoutMS = 5000) => {
65
const startTime = Date.now();
66
let sleepTime = 0;
67
let tips = await synchronizer.getL2Tips();
0 commit comments