From eb1f60230a06e92f4586ffaa5a6878a0e2126342 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 15 Nov 2022 11:00:22 +0100 Subject: [PATCH] test: fix the default timeout values described in README.testsuite Unlike it was described, the default is 30 min. --- test/README.testsuite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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