enhanced timeout waiting for new master after moving master to new host; example: my.sapsailing.com

This commit is contained in:
Axel Uhl
2024-03-13 00:12:33 +01:00
parent a80f9dfd03
commit 54db8716c2
@@ -16,7 +16,7 @@ public interface Landscape<ShardingKey> {
/**
* The timeout for a host to come up
*/
Optional<Duration> WAIT_FOR_HOST_TIMEOUT = Optional.of(Duration.ONE_MINUTE.times(30));
Optional<Duration> WAIT_FOR_HOST_TIMEOUT = Optional.of(Duration.ONE_HOUR.times(2));
/**
* The timeout for a running process to respond
*/