From: Franck Bui Date: Tue, 15 Nov 2022 10:00:22 +0000 (+0100) Subject: test: fix the default timeout values described in README.testsuite X-Git-Tag: v253-rc1~493^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F25389%2Fhead;p=thirdparty%2Fsystemd.git test: fix the default timeout values described in README.testsuite Unlike it was described, the default is 30 min. --- diff --git a/test/README.testsuite b/test/README.testsuite index 40240599a0b..2136800ff54 100644 --- a/test/README.testsuite +++ b/test/README.testsuite @@ -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