mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
ci: Double tsan CPU and Memory to avoid global timeout
This commit is contained in:
parent
81a19e7253
commit
fa8e148714
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue