mirror of
https://github.com/vale981/stream
synced 2025-03-04 17:41:38 -05:00
make test more deterministic
This commit is contained in:
parent
47108567e7
commit
432223bced
1 changed files with 1 additions and 1 deletions
|
@ -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/<!! (a/timeout 1000)))
|
||||
(is (= :active (systemd/get-service-state! name))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue