diff options
author | Damien George <damien@micropython.org> | 2024-07-05 17:04:24 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-07-05 17:07:27 +1000 |
commit | 633586a7162ea508b472ab5e82a512b38eff370f (patch) | |
tree | 5a65453d1ec756bfb97892721319657b335dc9d6 /py | |
parent | 4d16a9cced42ad0a298f1be8b993357abe7398ab (diff) | |
download | micropython-633586a7162ea508b472ab5e82a512b38eff370f.tar.gz micropython-633586a7162ea508b472ab5e82a512b38eff370f.zip |
tests/thread/stress_aes.py: Fix logic waiting for finished threads.
Because the main thread executes `thread_entry()` it means there's an
additional one added to `count`, so the test must wait for the count to
reach `n_thread + 1`.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py')
0 files changed, 0 insertions, 0 deletions