Skip to content
Commit ece457c6 authored by Joachim Fasting's avatar Joachim Fasting
Browse files

nixos/tests: fix docker test

The docker service is socket activated by default; thus,
`waitForUnit("docker.service")` before any docker command causes the
unit test to time out.

Instead, do `waitForUnit("sockets.target")` to ensure that sockets are
setup before running docker commands.
parent 7e48d80b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment