From 51273281cd5eea06b9184396f203a95d791e6b5b Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 29 Apr 2024 16:01:57 +0200 Subject: [PATCH] test: Bump mkosi integration test timeout to 1800 seconds Same timeout as the bash framework. --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/meson.build b/test/meson.build index 289f564e1ef..6cb40ce343c 100644 --- a/test/meson.build +++ b/test/meson.build @@ -374,7 +374,7 @@ integration_tests = { foreach test_number, dirname : integration_tests test_params = { 'mkosi_args' : [], - 'timeout' : 600, + 'timeout' : 1800, 'storage': 'volatile', } -- 2.47.3