mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
Increased number of concurrent tests.
This commit is contained in:
parent
5eccbcf531
commit
d38ab9d2d7
@ -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