aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-25 13:19:27 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-06-26 11:07:00 +0200
commit849cf967a3bb69db9431e993e03b6dbb04a99d8b (patch)
treeb996d020819400bc6d0b100479d3f86671706d05 /.cirrus.yml
parenta18c4c18714b8918c20242b8c674386bc3436cf8 (diff)
downloadbitcoin-849cf967a3bb69db9431e993e03b6dbb04a99d8b.tar.xz
ci: Increase CPU number for "Win64 native" task
Currently, the time it takes to get the "Win64 native" task done with all of the caches been invalidated is very close to the 2 hours limit. This task is the only one which runs on Windows Community Cluster, therefore this change should not affect other CI tasks.
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 6d497a944d..1b1e29ef17 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -97,7 +97,7 @@ task:
name: "Win64 native [vs2022]"
<< : *FILTER_TEMPLATE
windows_container:
- cpu: 4
+ cpu: 6
memory: 8G
image: cirrusci/windowsservercore:visualstudio2022
timeout_in: 120m