]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix the default timeout values described in README.testsuite 25389/head
authorFranck Bui <fbui@suse.com>
Tue, 15 Nov 2022 10:00:22 +0000 (11:00 +0100)
committerFranck Bui <fbui@suse.com>
Fri, 18 Nov 2022 10:09:44 +0000 (11:09 +0100)
Unlike it was described, the default is 30 min.

test/README.testsuite

index 40240599a0bb0f072c966af3f0bf8e1baaca8ff2..2136800ff54107e0fa6ef4a13780f1207ed6de76 100644 (file)
@@ -88,10 +88,10 @@ NSPAWN_ARGUMENTS='...'
     Specify additional arguments for systemd-nspawn
 
 QEMU_TIMEOUT=infinity
-    Set a timeout for tests under qemu (defaults to infinity)
+    Set a timeout for tests under qemu (defaults to 1800 sec)
 
 NSPAWN_TIMEOUT=infinity
-    Set a timeout for tests under systemd-nspawn (defaults to infinity)
+    Set a timeout for tests under systemd-nspawn (defaults to 1800 sec)
 
 INTERACTIVE_DEBUG=1
     Configure the machine to be more *user-friendly* for interactive debuggung