From 432223bcedd9208e2fd91ae746e2e04aa1836288 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Mon, 3 Aug 2020 17:33:49 +0200 Subject: [PATCH] make test more deterministic --- test/stream/commander_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stream/commander_test.clj b/test/stream/commander_test.clj index b63e204..402bad5 100644 --- a/test/stream/commander_test.clj +++ b/test/stream/commander_test.clj @@ -85,7 +85,7 @@ (systemd/start-service! name) (systemd/restart-service! name) (while (some #(= % (systemd/get-service-state! name)) - [:activating :deactivating]) + [:activating :deactivating :inactive]) (a/