From 85ddb8dc4290325609de83272bbb7952b00a7d56 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 13 Nov 2020 23:48:37 +0100 Subject: [PATCH] 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 --- src/test/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/meson.build b/src/test/meson.build index aed576991f..6234294947 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', -- 2.25.1