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 ff7c1a7 commit b4582d4Copy full SHA for b4582d4
itest/integration.test.ts
@@ -27,6 +27,7 @@ describe('Integration tests', () => {
27
),
28
);
29
await environment.up();
30
+ const secondsToWait = 10;
31
console.log(
32
`Waiting ${secondsToWait}s for graphnode to ingest a few blocks before querying it..`,
33
0 commit comments