Skip to content

Commit 3d131ce

Browse files
revert:
1 parent 2d490ea commit 3d131ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director/src/simcore_service_director/registry_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ async def _setup_registry(app: FastAPI) -> None:
226226
reraise=True,
227227
)
228228
async def _wait_until_registry_responsive(app: FastAPI) -> None:
229-
await _basic_auth_registry_request(app, path="", method="HEAD", timeout=10.0)
229+
await _basic_auth_registry_request(app, path="", method="HEAD", timeout=1.0)
230230

231231
with log_context(_logger, logging.INFO, msg="Connecting to docker registry"):
232232
await _wait_until_registry_responsive(app)

0 commit comments

Comments
 (0)