Skip to content

Commit

Permalink
decrease startup timeout to 4 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jul 13, 2024
1 parent cb62bda commit 358b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/haveno/core/app/HavenoSetup.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
public class HavenoSetup {
private static final String VERSION_FILE_NAME = "version";

private static final long STARTUP_TIMEOUT_MINUTES = 5;
private static final long STARTUP_TIMEOUT_MINUTES = 4;

private final DomainInitialisation domainInitialisation;
private final P2PNetworkSetup p2PNetworkSetup;
Expand Down

0 comments on commit 358b9d8

Please sign in to comment.