summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaƫlys Bras de fer <mae.bdf@outlook.com>2023-02-20 05:27:12 +0100
committerGitHub <noreply@github.com>2023-02-20 05:27:12 +0100
commitf24f7ed242fb89cb23d4fdd832b4b24f8c12e28c (patch)
treee71e66416f84b541b394db66efcf13c375915195 /nixos
parent8545b2b098933a331f9c08d1c62c08af33b74fae (diff)
downloadnixpkgs-f24f7ed242fb89cb23d4fdd832b4b24f8c12e28c.tar
nixpkgs-f24f7ed242fb89cb23d4fdd832b4b24f8c12e28c.tar.gz
nixpkgs-f24f7ed242fb89cb23d4fdd832b4b24f8c12e28c.tar.bz2
nixpkgs-f24f7ed242fb89cb23d4fdd832b4b24f8c12e28c.tar.lz
nixpkgs-f24f7ed242fb89cb23d4fdd832b4b24f8c12e28c.tar.xz
nixpkgs-f24f7ed242fb89cb23d4fdd832b4b24f8c12e28c.tar.zst
nixpkgs-f24f7ed242fb89cb23d4fdd832b4b24f8c12e28c.zip
nixos/testing: increase systemd device timeout
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/testing/test-instrumentation.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix
index 028099c6464..f9498b62981 100644
--- a/nixos/modules/testing/test-instrumentation.nix
+++ b/nixos/modules/testing/test-instrumentation.nix
@@ -107,10 +107,12 @@ in
       ShowStatus=no
       # Allow very slow start
       DefaultTimeoutStartSec=300
+      DefaultDeviceTimeoutSec=300
     '';
     systemd.user.extraConfig = ''
       # Allow very slow start
       DefaultTimeoutStartSec=300
+      DefaultDeviceTimeoutSec=300
     '';
 
     boot.initrd.systemd.extraConfig = config.systemd.extraConfig;