aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-29 03:06:49 +0900
committerOphestra <cat@gensokyo.uk>2025-07-29 03:06:49 +0900
commitf7bd28118c4ac34a9a444073b31ca8f2579188f3 (patch)
treed094700b4d367250e9de16226cc7cc49a0dc3b55 /test
parent940ee00ffee9208a244a99ff085a981c1af1d7c4 (diff)
hst: configurable wait delay
This is useful for programs that take a long time to clean up. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test')
-rw-r--r--test/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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";