forked from Github_Repos/cvw
Increased number of concurrent tests.
This commit is contained in:
parent
2b1aa9cada
commit
284d671da3
@ -146,7 +146,7 @@ def main():
|
|||||||
|
|
||||||
# Scale the number of concurrent processes to the number of test cases, but
|
# Scale the number of concurrent processes to the number of test cases, but
|
||||||
# max out at a limited number of concurrent processes to not overwhelm the system
|
# max out at a limited number of concurrent processes to not overwhelm the system
|
||||||
with Pool(processes=min(len(configs),25)) as pool:
|
with Pool(processes=min(len(configs),40)) as pool:
|
||||||
num_fail = 0
|
num_fail = 0
|
||||||
results = {}
|
results = {}
|
||||||
for config in configs:
|
for config in configs:
|
||||||
|
Loading…
Reference in New Issue
Block a user