]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: bump timeout for test-libcrypt-util
authorMichael Biebl <biebl@debian.org>
Fri, 13 Nov 2020 22:48:37 +0000 (23:48 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Nov 2020 08:03:02 +0000 (17:03 +0900)
Apparently this test is prone to time out on slower architectures, so
bump it from 30s to 120s.

See
https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=mipsel&ver=247%7Erc2-2&stamp=1605303506&raw=0
https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=sparc64&ver=247%7Erc2-2&stamp=1605294845&raw=0

src/test/meson.build

index aed576991f2e3bb0351a340fb4fb1038f0676bd2..6234294947fde33fb5ca2f0eecf73f0e14df0ac7 100644 (file)
@@ -303,7 +303,8 @@ tests += [
 
         [['src/test/test-libcrypt-util.c'],
          [],
-         []],
+         [],
+         '', 'timeout=120'],
 
         [['src/test/test-offline-passwd.c',
           'src/shared/offline-passwd.c',