mirror of
https://github.com/systemd/systemd.git
synced 2025-01-24 06:04:05 +03:00
Merge pull request #7472 from keszybz/tests-on-a-slow-disk
Tests on a slow disk
This commit is contained in:
commit
c8ace1bf5d
@ -664,7 +664,8 @@ tests += [
|
|||||||
libshared],
|
libshared],
|
||||||
[threads,
|
[threads,
|
||||||
libxz,
|
libxz,
|
||||||
liblz4]],
|
liblz4],
|
||||||
|
'', 'timeout=360'],
|
||||||
|
|
||||||
[['src/journal/test-journal-stream.c'],
|
[['src/journal/test-journal-stream.c'],
|
||||||
[libjournal_core,
|
[libjournal_core,
|
||||||
|
@ -219,5 +219,6 @@ test('udev-test',
|
|||||||
if conf.get('ENABLE_HWDB') == 1
|
if conf.get('ENABLE_HWDB') == 1
|
||||||
hwdb_test_sh = find_program('hwdb-test.sh')
|
hwdb_test_sh = find_program('hwdb-test.sh')
|
||||||
test('hwdb-test',
|
test('hwdb-test',
|
||||||
hwdb_test_sh)
|
hwdb_test_sh,
|
||||||
|
timeout : 90)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user