Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 16e51e6

Browse files
Ben Keithkeitwb
authored andcommitted
Increase wait in docker container stat integration test
1 parent 71edb8b commit 16e51e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/monitors/docker_container_stats_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ def test_docker_stops_watching_old_containers():
6161
""") as [backend, get_output, _]:
6262
assert wait_for(p(has_datapoint_with_dim, backend, "container_id", nginx_container.id)), "Didn't get nginx datapoints"
6363
nginx_container.stop(timeout=10)
64-
time.sleep(3)
64+
time.sleep(5)
6565
backend.datapoints.clear()
6666
assert ensure_always(lambda: not has_datapoint_with_dim(backend, "container_id", nginx_container.id))

0 commit comments

Comments
 (0)