From ade2aa71edc46908af68dfd07220e0a99c0d10a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 12 Jul 2023 12:15:53 +0200 Subject: [PATCH] tests/kvm: Bump timeout to 60 s It can be quite slow to set up the test environment inside the VM, as well as outside, leaving very little time for the test itself. While it'd be nice to not run the mock env etc outside the VM, let's just bump the timeout for now, to avoid unnecessary timeout failures. Part-of: --- src/tests/kvm/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/kvm/meson.build b/src/tests/kvm/meson.build index 973a417ab..94de0db97 100644 --- a/src/tests/kvm/meson.build +++ b/src/tests/kvm/meson.build @@ -57,5 +57,6 @@ foreach test_case: privileged_tests test_case['executable'].full_path(), ], is_parallel: false, + timeout: 60, ) endforeach