Skip to content

Draft: Improve Docker service healthcheck test duration

Arran Walker requested to merge ajwalker/docker-windows-test-improvement into main

What does this MR do?

Reduces the health check timeout duration to 5 seconds.

Why was this MR needed?

When waiting for a service to fail, we'd usually wait 30 seconds. This makes the test run longer than it needs to.

What's the best way to test this MR?

Running TestDockerServiceHealthcheck, especially on Windows, should now finish faster.

What are the relevant issue numbers?

Merge request reports