From f7bd28118c4ac34a9a444073b31ca8f2579188f3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 29 Jul 2025 03:06:49 +0900 Subject: hst: configurable wait delay This is useful for programs that take a long time to clean up. Signed-off-by: Ophestra --- test/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/configuration.nix b/test/configuration.nix index 58bc19a0..e1fa892d 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -132,7 +132,7 @@ identity = 1; shareUid = true; verbose = true; - immediate_termination = true; + wait_delay = -1; share = pkgs.foot; packages = [ ]; command = "foot"; -- cgit v1.3.1