Skip to content

Commit

Permalink
Merge pull request #167 from eclipse-tractusx/hotfix/swagger-hub
Browse files Browse the repository at this point in the history
fix: increased to 20 seconds swagger sleep
  • Loading branch information
saudkhan116 authored Dec 22, 2023
2 parents 6beb227 + 7b115d6 commit e746503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-swagger-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e746503

Please sign in to comment.