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

Merge pull request #20612 from mguetschow/psa-test-timeout

tests/sys/psa_crypto: increase timeout
This commit is contained in:
Marian Buschsieweke 2024-04-23 10:54:08 +00:00 committed by GitHub
commit 3ae63a14ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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))