]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: double test-hashmap timeout
authorLuca Boccassi <luca.boccassi@microsoft.com>
Fri, 24 Sep 2021 17:38:25 +0000 (18:38 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 27 Sep 2021 11:22:22 +0000 (12:22 +0100)
When coverage flags are used, sometimes it goes just over 90s on a
slow CI machine

src/test/meson.build

index f58cf2d8436e256d639b9ebbb32241976328b4ef..04c5b6ba42afb4d0353be3e2f24cd7486b17789d 100644 (file)
@@ -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]],