From db128645962f304efb633021f69803542ee0d377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikolai=20G=C3=BCtschow?= Date: Tue, 23 Apr 2024 12:45:25 +0200 Subject: [PATCH] tests/sys/psa_crypto: increase timeout to account for slow software implementation --- tests/sys/psa_crypto/tests/01-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/psa_crypto/tests/01-run.py b/tests/sys/psa_crypto/tests/01-run.py index dc56107fc371..8d2d4adffff6 100755 --- a/tests/sys/psa_crypto/tests/01-run.py +++ b/tests/sys/psa_crypto/tests/01-run.py @@ -11,4 +11,4 @@ if __name__ == "__main__": - sys.exit(run_check_unittests()) + sys.exit(run_check_unittests(timeout=20))