diff --git a/.github/workflows/publish-swagger-hub.yaml b/.github/workflows/publish-swagger-hub.yaml index ddc08736d..59150297c 100644 --- a/.github/workflows/publish-swagger-hub.yaml +++ b/.github/workflows/publish-swagger-hub.yaml @@ -77,7 +77,7 @@ jobs: echo "[INFO] - Starting a docker container to download API specs - test-container" docker run -p 8888:8888 --name test-container -d dpp-backend:test echo "[INFO] - Wait for some seconds until the docker container comes up" - sleep 8 + sleep 20 curl -X GET http://localhost:8888/v3/api-docs.yaml > ./tractusx-dpp-api.yaml echo "[INFO] - Stopping and removing docker container" docker stop test-container