Skip to content

Commit 6fbd173

Browse files
committed
ci: Use all available CPUs for functional tests in "Win64 native" task
1 parent 9ca39d6 commit 6fbd173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ task:
184184
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
185185
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
186186
# Exclude feature_dbcrash for now due to timeout
187-
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash
187+
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=6 --timeout-factor=8 --extended --exclude feature_dbcrash
188188

189189
task:
190190
name: 'ARM [unit tests, no functional tests] [bullseye]'

0 commit comments

Comments
 (0)