Skip to content

Commit 537ea9b

Browse files
jpdsastro
authored andcommitted
Increased microvm default timeout stop to 2m30s.
1 parent ee0068c commit 537ea9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos-modules/host/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ in
455455
WorkingDirectory = "${stateDir}/%i";
456456
ExecStart = "${stateDir}/%i/current/bin/microvm-run";
457457
ExecStop = "${stateDir}/%i/booted/bin/microvm-shutdown";
458-
TimeoutStopSec = 90;
458+
TimeoutStopSec = 150;
459459
Restart = "always";
460460
RestartSec = "5s";
461461
User = user;

0 commit comments

Comments
 (0)