checks/jellyfin-stateless: fix synchronization
This commit is contained in:
parent
d3b2006f46
commit
a2d99f6082
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ nixosTest {
|
|||
machine.wait_for_unit("jellyfin.service")
|
||||
machine.wait_for_open_port(8096)
|
||||
machine.wait_until_succeeds("curl --fail http://127.0.0.1:8096")
|
||||
machine.wait_until_succeeds("test -e /var/lib/jellyfin/config/encoding.xml")
|
||||
|
||||
def stop_jf():
|
||||
machine.succeed("systemctl stop jellyfin.service")
|
||||
|
|
Loading…
Reference in a new issue