From: Lennart Poettering Date: Mon, 13 Nov 2023 15:53:56 +0000 (+0100) Subject: test-tpm2: raise timeout, as RSA is slow X-Git-Tag: v255-rc2~25^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F30015%2Fhead;p=thirdparty%2Fsystemd.git test-tpm2: raise timeout, as RSA is slow --- diff --git a/src/test/meson.build b/src/test/meson.build index 3f1b7afbf78..a59461acc44 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -408,6 +408,7 @@ executables += [ test_template + { 'sources' : files('test-tpm2.c'), 'dependencies' : libopenssl, + 'timeout' : 120, }, test_template + { 'sources' : files('test-utmp.c'),