There was an error while loading. Please reload this page.
1 parent 1047966 commit b5a725aCopy full SHA for b5a725a
1 file changed
tests/vm-tests/mullvad-integration.nix
@@ -117,10 +117,10 @@ pkgs.testers.runNixOSTest {
117
machine.succeed("mullvad disconnect || true")
118
119
# 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)
+ machine.wait_for_unit("prowlarr.service", timeout=120)
+ machine.wait_for_unit("sonarr.service", timeout=120)
+ machine.wait_for_unit("radarr.service", timeout=120)
+ machine.wait_for_unit("lidarr.service", timeout=120)
124
125
# Verify services are actually running and stable (not crash-looping)
126
print("Verifying services are stable and responding...")
0 commit comments