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 26a279c commit 442c0ddCopy full SHA for 442c0dd
test/internal/shared-neo4j.js
@@ -105,7 +105,10 @@ const additionalConfig = {
105
'dbms.connectors.default_listen_address': '::',
106
107
// HTTP server should keep listening on default address and create a self-signed certificate with host 'localhost'
108
- 'dbms.connector.http.listen_address': 'localhost:7474'
+ 'dbms.connector.http.listen_address': 'localhost:7474',
109
+
110
+ // shorten the default time to wait for the bookmark from 30 to 5 seconds
111
+ 'dbms.transaction.bookmark_ready_timeout': '5s'
112
};
113
114
const neoCtrlVersionParam = '-e';
0 commit comments