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