Update crash_gen_main.py
This commit is contained in:
parent
f6de1a8634
commit
30b1c576e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue