summaryrefslogtreecommitdiffstatshomepage
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 6ef285595a..ecc963c925 100644
--- a/tests/thread/stress_aes.py
+++ b/tests/thread/stress_aes.py
@@ -252,4 +252,4 @@ if __name__ == '__main__':
for i in range(n_thread):
_thread.start_new_thread(thread_entry, ())
while count.value < n_thread:
- time.sleep(0.1)
+ time.sleep(1)