From 935fcd1329e39749a6a67bbb2e17bad39b263c09 Mon Sep 17 00:00:00 2001 From: danicampora Date: Tue, 20 Aug 2024 14:41:24 +0200 Subject: [PATCH] tests/thread: Adapt stress_aes.py to run on zephyr. Signed-off-by: danicampora --- tests/thread/stress_aes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thread/stress_aes.py b/tests/thread/stress_aes.py index 9f4a4e6aeb..d8d0acd568 100644 --- a/tests/thread/stress_aes.py +++ b/tests/thread/stress_aes.py @@ -273,7 +273,7 @@ if __name__ == "__main__": elif sys.platform == "rp2": n_thread = 1 n_loop = 2 - elif sys.platform in ("esp32", "pyboard"): + elif sys.platform in ("esp32", "pyboard", "zephyr"): n_thread = 2 n_loop = 2 else: