1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/sys/psa_crypto: increase timeout

to account for slow software implementation
This commit is contained in:
Mikolai Gütschow 2024-04-23 12:45:25 +02:00
parent 0ed00168ae
commit db12864596
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

View File

@ -11,4 +11,4 @@ from testrunner import run_check_unittests
if __name__ == "__main__":
sys.exit(run_check_unittests())
sys.exit(run_check_unittests(timeout=20))