Skip to content

Commit fd10d3f

Browse files
authored
[FA] Fix apm injection test (#598)
* Fix apm injection test * Update config.yml
1 parent 81b847c commit fd10d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- run: git -C /tmp clone https://github.com/DataDog/system-tests.git
229229
- run: cd /tmp/system-tests/lib-injection/build/docker/python/dd-lib-python-init-test-django && sudo docker build -t system-tests/local .
230230
- run: sudo docker run -d --name test-app-python -p 5985:18080 system-tests/local:latest
231-
- run: curl localhost:5985
231+
- run: curl --retry 10 --retry-max-time 30 --retry-all-errors localhost:5985
232232
# verify that the emitted trace is in trace-agent log
233233
- run: timeout 70 grep -m 1 "lang:python" <(tail -F /var/log/datadog/trace-agent.log)
234234

0 commit comments

Comments
 (0)