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 b7efca2 commit 6b302b6Copy full SHA for 6b302b6
test/v1/examples.test.js
@@ -44,7 +44,7 @@ describe('examples', () => {
44
45
beforeAll(() => {
46
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
47
- jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
48
49
driverGlobal = neo4j.driver(uri, sharedNeo4j.authToken);
50
});
0 commit comments