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 8996fae commit fb6322cCopy full SHA for fb6322c
test/v1/driver.test.js
@@ -65,7 +65,7 @@ describe('driver', () => {
65
66
// When
67
startNewTransaction(driver);
68
- });
+ }, 10000);
69
70
it('should handle wrong scheme', () => {
71
expect(() => neo4j.driver("tank://localhost", sharedNeo4j.authToken))
0 commit comments