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