tests/thread: Adapt stress_aes.py to run on zephyr.

Signed-off-by: danicampora <danicampora@gmail.com>
This commit is contained in:
danicampora 2024-08-20 14:41:24 +02:00 committed by Damien George
parent e7974a28f7
commit 935fcd1329
1 changed files with 1 additions and 1 deletions

View File

@ -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: