Skip to content

Commit eed5258

Browse files
committed
slightly reduce stateless test parallelism to avoid timeouts
1 parent 3d0faed commit eed5258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/jobs/functional_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def main():
160160
is_per_test_coverage = False
161161
runner_options = ""
162162
# optimal value for most of the jobs
163-
nproc = int(Utils.cpu_count() * 0.6)
163+
nproc = int(Utils.cpu_count() * 0.5)
164164
info = Info()
165165

166166
for to in test_options:

0 commit comments

Comments
 (0)