Skip to content

Commit b5a725a

Browse files
committed
fix wait for service timeouts
1 parent 1047966 commit b5a725a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/vm-tests/mullvad-integration.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ pkgs.testers.runNixOSTest {
117117
machine.succeed("mullvad disconnect || true")
118118
119119
# Wait for all services to start
120-
machine.wait_for_unit("prowlarr.service", timeout=30)
121-
machine.wait_for_unit("sonarr.service", timeout=30)
122-
machine.wait_for_unit("radarr.service", timeout=30)
123-
machine.wait_for_unit("lidarr.service", timeout=30)
120+
machine.wait_for_unit("prowlarr.service", timeout=120)
121+
machine.wait_for_unit("sonarr.service", timeout=120)
122+
machine.wait_for_unit("radarr.service", timeout=120)
123+
machine.wait_for_unit("lidarr.service", timeout=120)
124124
125125
# Verify services are actually running and stable (not crash-looping)
126126
print("Verifying services are stable and responding...")

0 commit comments

Comments
 (0)