Commit 9e33f469 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased default test timeout to 60 seconds to allow tests passing on slow systems

parent 010981d3
diff -uNr --no-dereference systemd-248/test/meson.build systemd-248-increase_test_timeouts/test/meson.build diff -uNr systemd-248/meson.build systemd-248-increase_test_timeouts/meson.build
--- systemd-248/meson.build 2021-03-31 07:29:02.000000000 +1030
+++ systemd-248-increase_test_timeouts/meson.build 2023-09-28 14:48:53.553186639 +0930
@@ -3322,7 +3322,7 @@
type = tuple.length() > 5 ? tuple[5] : ''
defs = tuple.length() > 6 ? tuple[6] : []
parallel = tuple.length() > 7 ? tuple[7] : true
- timeout = 30
+ timeout = 60
name = sources[0].split('/')[-1].split('.')[0]
if type.startswith('timeout=')
diff -uNr systemd-248/test/meson.build systemd-248-increase_test_timeouts/test/meson.build
--- systemd-248/test/meson.build 2021-03-31 07:29:02.000000000 +1030 --- systemd-248/test/meson.build 2021-03-31 07:29:02.000000000 +1030
+++ systemd-248-increase_test_timeouts/test/meson.build 2022-10-16 13:37:52.629467658 +1030 +++ systemd-248-increase_test_timeouts/test/meson.build 2023-09-28 14:34:41.615865386 +0930
@@ -120,7 +120,7 @@ @@ -120,7 +120,7 @@
if want_tests != 'false' if want_tests != 'false'
test('udev-test', test('udev-test',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment