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 82a0007 commit bc73683Copy full SHA for bc73683
packages/neo4j-driver-lite/test/integration/driver.test.ts
@@ -44,7 +44,7 @@ describe('neo4j-driver-lite', () => {
44
expect(result.records.length).toEqual(1)
45
expect(result.records[0].length).toEqual(1)
46
result.records[0].forEach(val => expect(val).toEqual(int(2)))
47
- })
+ }, 10000)
48
49
test('hasReachableServer success', async () => {
50
await expect(neo4j.hasReachableServer(`${Config.scheme}://${Config.hostname}:${Config.boltPort}`)).resolves.toBe(true)
0 commit comments