]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test_ukify: raise timeout 30389/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 8 Dec 2023 18:17:14 +0000 (19:17 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 8 Dec 2023 18:17:40 +0000 (19:17 +0100)
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

index 5870ccc06ccca1c2c42d0a67398a625482aeea25..2df196b47751dc7cc654b7bf7193d12068de0060 100644 (file)
@@ -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