Skip to content

Commit 9dd1267

Browse files
keszybzbluca
authored andcommitted
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. (cherry picked from commit 6bc99ec) (cherry picked from commit 2018cce)
1 parent 2eed4fc commit 9dd1267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ukify/test/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ if want_ukify and want_tests != 'false'
1515
test('test-ukify',
1616
files('test_ukify.py'),
1717
args: args,
18-
env : test_env)
18+
env : test_env,
19+
timeout : 120)
1920
endif

0 commit comments

Comments
 (0)