We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b847c commit fd10d3fCopy full SHA for fd10d3f
.circleci/config.yml
@@ -228,7 +228,7 @@ jobs:
228
- run: git -C /tmp clone https://github.com/DataDog/system-tests.git
229
- run: cd /tmp/system-tests/lib-injection/build/docker/python/dd-lib-python-init-test-django && sudo docker build -t system-tests/local .
230
- run: sudo docker run -d --name test-app-python -p 5985:18080 system-tests/local:latest
231
- - run: curl localhost:5985
+ - run: curl --retry 10 --retry-max-time 30 --retry-all-errors localhost:5985
232
# verify that the emitted trace is in trace-agent log
233
- run: timeout 70 grep -m 1 "lang:python" <(tail -F /var/log/datadog/trace-agent.log)
234
0 commit comments