Commit 3360233
committed
ci: reduce nproc multipliers
The timeout factor increase in #263 reliably causes SIGTERM/143 exit code errors.
https://github.com/bitcoin-core/libmultiprocess/actions/runs/23559105412/job/68593864277?pr=240
https://github.com/bitcoin-core/libmultiprocess/actions/runs/23559105412/job/68593864283?pr=240
https://github.com/bitcoin-core/libmultiprocess/actions/runs/23567207693/job/68621529932
https://github.com/bitcoin-core/libmultiprocess/actions/runs/23567207693/job/68621529938
https://github.com/bitcoin-core/libmultiprocess/actions/runs/23583136495/job/68670044896?pr=256
https://github.com/bitcoin-core/libmultiprocess/actions/runs/23583136495/job/68670044932?pr=256
https://github.com/bitcoin-core/libmultiprocess/actions/runs/23587830246/job/68685257102?pr=249
https://github.com/bitcoin-core/libmultiprocess/actions/runs/23587830246/job/68685257218?pr=249
Reduce the nproc multipliers to try and prevent that.
Since that increases the runtime, also reduce the total number of runs.1 parent b090beb commit 3360233
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
| 173 | + | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments