From: Michael Biebl Date: Fri, 13 Nov 2020 22:48:37 +0000 (+0100) Subject: test: bump timeout for test-libcrypt-util X-Git-Tag: v247~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ddb8dc4290325609de83272bbb7952b00a7d56;p=thirdparty%2Fsystemd.git test: bump timeout for test-libcrypt-util 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 --- diff --git a/src/test/meson.build b/src/test/meson.build index aed576991f2..6234294947f 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -303,7 +303,8 @@ tests += [ [['src/test/test-libcrypt-util.c'], [], - []], + [], + '', 'timeout=120'], [['src/test/test-offline-passwd.c', 'src/shared/offline-passwd.c',