We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95caf7f commit 6cde1a8Copy full SHA for 6cde1a8
itest/integration.test.ts
@@ -27,7 +27,7 @@ describe('Integration tests', () => {
27
),
28
);
29
await environment.up();
30
- const secondsToWait = 5;
+ const secondsToWait = 10;
31
console.log(
32
`Waiting ${secondsToWait}s for graphnode to ingest a few blocks before querying it..`,
33
0 commit comments