From d38ab9d2d74ff80c281be691adf77a27ada56e73 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Thu, 27 Jan 2022 08:45:25 -0600 Subject: [PATCH] Increased number of concurrent tests. --- pipelined/regression/regression-wally | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index c0185e2e6..fb4aa4c76 100755 --- a/pipelined/regression/regression-wally +++ b/pipelined/regression/regression-wally @@ -146,7 +146,7 @@ def main(): # 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 - with Pool(processes=min(len(configs),25)) as pool: + with Pool(processes=min(len(configs),40)) as pool: num_fail = 0 results = {} for config in configs: