From 6bc99ec29b8512a668f0c82b7e2731f0335c91d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 8 Dec 2023 19:17:14 +0100 Subject: [PATCH] test_ukify: raise timeout With a sufficiently large initrd, the tests take 25 s on my laptop. Normally, they'd be quicker, but since we use what we find on the system, we don't control this. Let's raise the timeout to reduce the chances of a spurious failure. --- src/ukify/test/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ukify/test/meson.build b/src/ukify/test/meson.build index 5870ccc06cc..2df196b4775 100644 --- a/src/ukify/test/meson.build +++ b/src/ukify/test/meson.build @@ -16,5 +16,6 @@ if want_ukify and want_tests != 'false' files('test_ukify.py'), args: args, env : test_env, + timeout : 120, suite : 'ukify') endif -- 2.39.2