summaryrefslogtreecommitdiff
path: root/tests/thread/stress_aes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thread/stress_aes.py')
-rw-r--r--tests/thread/stress_aes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thread/stress_aes.py b/tests/thread/stress_aes.py
index d8d0acd56..ca25f8ad2 100644
--- a/tests/thread/stress_aes.py
+++ b/tests/thread/stress_aes.py
@@ -277,7 +277,7 @@ if __name__ == "__main__":
n_thread = 2
n_loop = 2
else:
- n_thread = 20
+ n_thread = 10
n_loop = 5
for i in range(n_thread):
_thread.start_new_thread(thread_entry, (n_loop,))