Skip to content

Commit 16f3660

Browse files
committed
just wait longer
1 parent 8825592 commit 16f3660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/backends/compose/compose_backend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def check_health_all_bitcoind(self, warnet) -> bool:
493493

494494
return status[0] == "healthy" and all(i == status[0] for i in status)
495495

496-
def wait_for_healthy_tanks(self, warnet, timeout=60) -> bool:
496+
def wait_for_healthy_tanks(self, warnet, timeout=60*5) -> bool:
497497
start = time.time()
498498
healthy = False
499499
logger.debug("Waiting for all tanks to reach healthy")

0 commit comments

Comments
 (0)