Skip to content

Commit

Permalink
Update Neo4jDefaultOptions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib authored Nov 1, 2021
1 parent b660ea7 commit e21b743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo4j/Neo4jDefaultOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override void Configure(ContainerResourceBuilder builder)
.Image("neo4j:latest")
.InternalPort(7687)
.AddEnvironmentVariable("NEO4J_AUTH=none")
.WaitTimeout(60);
.WaitTimeout(120);
}
}
}

0 comments on commit e21b743

Please sign in to comment.