Longer timeout

This commit is contained in:
Nicolas Patry 2024-09-17 12:13:51 +02:00
parent df4b1ec936
commit 110b9a0b4c
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class LauncherHandle:
def _inner_health(self):
raise NotImplementedError
async def health(self, timeout: int = 60):
async def health(self, timeout: int = 240):
assert timeout > 0
for _ in range(timeout):
if not self._inner_health():