Update crash_gen_main.py

This commit is contained in:
wenzhouwww 2022-11-09 18:45:21 +08:00 committed by GitHub
parent f6de1a8634
commit 30b1c576e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ class WorkerThread:
class ThreadCoordinator:
WORKER_THREAD_TIMEOUT = 1200 # Normal: 120
WORKER_THREAD_TIMEOUT = 120 # Normal: 120
def __init__(self, pool: ThreadPool, dbManager: DbManager):
self._curStep = -1 # first step is 0