Updated 3/23/18 8:32PMC

This commit is contained in:
MoonGem 2018-03-23 20:33:03 -05:00 committed by GitHub
parent 37c517792c
commit f43f924693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ command = [
'--mongo=127.0.0.1:1234/{}'.format(DB_NAME),
'--poll-interval=0.1',
'--workdir={}'.format(WORK_DIR),
'--reserve-timeout=900,
'--reserve-timeout=900',
]
processes = [subprocess.Popen(command) for i in range(PROC_COUNT)]