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 b76960b commit 7849bbbCopy full SHA for 7849bbb
driver/src/test/java/org/neo4j/driver/v1/util/cc/Cluster.java
@@ -46,7 +46,7 @@
46
public class Cluster
47
{
48
private static final String ADMIN_USER = "neo4j";
49
- private static final int STARTUP_TIMEOUT_SECONDS = 90;
+ private static final int STARTUP_TIMEOUT_SECONDS = 120;
50
private static final int ONLINE_MEMBERS_CHECK_SLEEP_MS = 500;
51
52
private final Path path;
0 commit comments