aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-10-11 22:10:19 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-10-11 22:10:19 +0100
commit6fbd173d8a4519967d75d2707b2285d62faa4424 (patch)
treef177789a9f44ee1b8abbd7159534da8d78ec79ed /.cirrus.yml
parent9ca39d69dfe03c19662867c3d53a5e6e41277d4a (diff)
downloadbitcoin-6fbd173d8a4519967d75d2707b2285d62faa4424.tar.xz
ci: Use all available CPUs for functional tests in "Win64 native" task
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f9b47ff7d9..fb486aa9e7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -184,7 +184,7 @@ task:
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
# Exclude feature_dbcrash for now due to timeout
- - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --extended --exclude feature_dbcrash
+ - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=6 --timeout-factor=8 --extended --exclude feature_dbcrash
task:
name: 'ARM [unit tests, no functional tests] [bullseye]'