mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
Merge pull request #20612 from mguetschow/psa-test-timeout
tests/sys/psa_crypto: increase timeout
This commit is contained in:
commit
3ae63a14ef
@ -11,4 +11,4 @@ from testrunner import run_check_unittests
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
sys.exit(run_check_unittests())
|
sys.exit(run_check_unittests(timeout=20))
|
||||||
|
Loading…
Reference in New Issue
Block a user