Skip to content

Commit 95caf7f

Browse files
committed
test set timout and wait seconds back
1 parent c5dc4c3 commit 95caf7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mocharc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"extension": ["ts"],
33
"spec": "itest/**/*.ts",
44
"require": ["ts-node/register"],
5-
"timeout": 1000000
5+
"timeout": 600000
66
}

itest/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('Integration tests', () => {
2727
),
2828
);
2929
await environment.up();
30-
const secondsToWait = 10;
30+
const secondsToWait = 5;
3131
console.log(
3232
`Waiting ${secondsToWait}s for graphnode to ingest a few blocks before querying it..`,
3333
);

0 commit comments

Comments
 (0)