Skip to content

Commit ee32905

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) (cherry picked from commit 9dd1267)
1 parent 29c975f commit ee32905

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
@@ -3,5 +3,6 @@
33
if want_ukify and want_tests != 'false'
44
test('test-ukify',
55
files('test_ukify.py'),
6-
env : test_env)
6+
env : test_env,
7+
timeout : 120)
78
endif

0 commit comments

Comments
 (0)