Experience running the kvm autotest shows that for some of the autotest tests, 12 minutes is way too short. This patch increases the global timeout for autotest tests to a more reasonable value, 30 minutes. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/tests_base.cfg.sample | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 15d137f..f9e8f1a 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -92,7 +92,7 @@ variants: - autotest: install setup unattended_install type = autotest - test_timeout = 720 + test_timeout = 1800 variants: - sleeptest: test_name = sleeptest -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html