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: