diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-09-28 13:45:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 13:45:59 +0200 |
commit | 5b32e48f6e3753600b9f6c44446b313294270f48 (patch) | |
tree | 6c684079036c8d3f0ccf32bfac55a7db47a99a23 /src/test | |
parent | 545c30c9ba280a6537bef548cd1d5a0cac6b2976 (diff) | |
parent | 3bf94dac913323f638587b3a0bb1f95563c0c6da (diff) | |
download | systemd-5b32e48f6e3753600b9f6c44446b313294270f48.tar.gz |
Merge pull request #20837 from bluca/coveralls
CI: add code coverage reports via lcov and coveralls.io
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/meson.build b/src/test/meson.build index f58cf2d843..04c5b6ba42 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -371,7 +371,7 @@ tests += [ [['src/test/test-hashmap.c', 'src/test/test-hashmap-plain.c', test_hashmap_ordered_c], - [], [], [], '', 'timeout=90'], + [], [], [], '', 'timeout=180'], [['src/test/test-set.c'], [libbasic]], |