mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-17 01:58:57 +02:00
Merge bitcoin/bitcoin#35526: ci: bump MSan fuzz timeout from 150 to 180 minutes
17353f9d97ci: bump MSan fuzz timeout (Sjors Provoost) Pull request description: The MSan fuzz job is cutting it a bit close on forks (with no cache hits): Examples from `Sjors/bitcoin`: - PR 116 timed out after 2h30m, and would have finished ~5 mins later: https://github.com/Sjors/bitcoin/actions/runs/27465468297/job/81187008305?pr=116 - PR 117 passed in 2h24m47s: https://github.com/Sjors/bitcoin/actions/runs/27465461797/job/81186956747?pr=117 - PR 118 passed in 2h18m22s: https://github.com/Sjors/bitcoin/actions/runs/27465761345/job/81187860567?pr=118 Bumping the timeout to 180 minutes should make these timeouts sufficiently rare, and not make much of a difference here. ACKs for top commit: maflcko: lgtm ACK17353f9d97sedited: ACK17353f9d97Tree-SHA512: 656881925a2e2ac763f1f76c2434afcce8284b23cc7ccc1e89e06616d4adc8d1152506689f453ffa1e3a02a9118087a0fbae92e38c9e4eed8a20f172781f48d0
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -514,7 +514,7 @@ jobs:
|
||||
- name: 'MSan, fuzz'
|
||||
warp-runner: 'warp-ubuntu-latest-x64-8x'
|
||||
fallback-runner: 'ubuntu-latest'
|
||||
timeout-minutes: 150
|
||||
timeout-minutes: 180
|
||||
file-env: './ci/test/00_setup_env_native_fuzz_with_msan.sh'
|
||||
|
||||
- name: 'MSan'
|
||||
|
||||
Reference in New Issue
Block a user