Skip to content

Commit

Permalink
tests/thread: Adapt stress_aes.py to run on zephyr.
Browse files Browse the repository at this point in the history
Signed-off-by: danicampora <danicampora@gmail.com>
  • Loading branch information
danicampora authored and dpgeorge committed Sep 6, 2024
1 parent e7974a2 commit 935fcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/thread/stress_aes.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def thread_entry(n_loop):
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:
Expand Down

0 comments on commit 935fcd1

Please sign in to comment.