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
This commit is contained in:
Michael Biebl 2020-11-13 23:48:37 +01:00 committed by Yu Watanabe
parent 36046ce7d9
commit 85ddb8dc42
1 changed files with 2 additions and 1 deletions

View 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',