Skip to content

Commit fb6322c

Browse files
committed
increate timeout for 'should handle connection errors' test
1 parent 8996fae commit fb6322c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v1/driver.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('driver', () => {
6565

6666
// When
6767
startNewTransaction(driver);
68-
});
68+
}, 10000);
6969

7070
it('should handle wrong scheme', () => {
7171
expect(() => neo4j.driver("tank://localhost", sharedNeo4j.authToken))

0 commit comments

Comments
 (0)