aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-09-05 14:06:20 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-09-05 14:02:55 +0200
commitfa8e1487144eab237ffd291397355ef4801f46f8 (patch)
tree40ef4887d4a0077354059ca1b21ff712bca09bd2 /.cirrus.yml
parent81a19e725304bc77c39491f312913b47b76a6dac (diff)
downloadbitcoin-fa8e1487144eab237ffd291397355ef4801f46f8.tar.xz
ci: Double tsan CPU and Memory to avoid global timeout
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 33bf43d4b1..1c9e1a69ef 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -56,7 +56,10 @@ task:
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:focal
+ cpu: 4 # Double CPU and Memory to avoid timeout
+ memory: 16G
env:
+ MAKEJOBS: "-j8"
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
task: