diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 25b74d72..ddf68257 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,9 @@ "context": "..", "dockerfile": "Dockerfile", "args": { - "NODE_VERSION": "lts/*" + "NODE_VERSION": "lts/*", + "DOCKER_CLIENT_TIMEOUT": "120", + "COMPOSE_HTTP_TIMEOUT": "120" } }, "hostRequirements": {