Skip to content

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bitcoin-core-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: 'ASan + UBSan'
3535
unit_test_runs: 15
3636
functional_test_runs: 300
37-
nproc_multiplier: 10
37+
nproc_multiplier: 2
3838
functional_timeout_factor: 40
3939
runner: ubuntu-24.04
4040
apt-llvm: true
@@ -62,7 +62,7 @@ jobs:
6262
- name: 'macOS'
6363
unit_test_runs: 50
6464
functional_test_runs: 200
65-
nproc_multiplier: 5
65+
nproc_multiplier: 2
6666
functional_timeout_factor: 40
6767
runner: macos-15
6868
brew-packages: ccache capnp boost libevent sqlite pkgconf ninja
@@ -171,7 +171,7 @@ jobs:
171171
- name: TSan
172172
unit_test_runs: 8
173173
functional_test_runs: 300
174-
nproc_multiplier: 10
174+
nproc_multiplier: 2
175175
functional_timeout_factor: 40
176176

177177
env:

0 commit comments

Comments
 (0)