test: fix the default timeout values described in README.testsuite

Unlike it was described, the default is 30 min.
This commit is contained in:
Franck Bui 2022-11-15 11:00:22 +01:00
parent cc77a56532
commit eb1f60230a

View 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