Skip to content

Commit 7849bbb

Browse files
committed
Wait longer for cluster to start in tests
1 parent b76960b commit 7849bbb

File tree

1 file changed

+1
-1
lines changed
  • driver/src/test/java/org/neo4j/driver/v1/util/cc

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/util/cc/Cluster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
public class Cluster
4747
{
4848
private static final String ADMIN_USER = "neo4j";
49-
private static final int STARTUP_TIMEOUT_SECONDS = 90;
49+
private static final int STARTUP_TIMEOUT_SECONDS = 120;
5050
private static final int ONLINE_MEMBERS_CHECK_SLEEP_MS = 500;
5151

5252
private final Path path;

0 commit comments

Comments
 (0)