mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +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],
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user