diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index c1c992ab..09522395 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -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():