We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2fd55 commit 715cb23Copy full SHA for 715cb23
1 file changed
tests/test_otaclient_common/test_retry_task_map.py
@@ -120,9 +120,9 @@ def test_retry_exceed_total_retry_limit(self):
120
assert failure_count >= MAX_TOTAL_RETRY
121
122
def test_retry_exceed_entry_retry_limit(self):
123
- MAX_RETRY_ON_ENTRY = 200
+ MAX_RETRY_ON_ENTRY = 30
124
with retry_task_map.ThreadPoolExecutorWithRetry(
125
- max_concurrent=MAX_CONCURRENT,
+ max_concurrent=16,
126
max_retry_on_entry=MAX_RETRY_ON_ENTRY,
127
initializer=_thread_initializer,
128
initargs=(THREAD_INIT_MSG,),
0 commit comments