Commit 84f0b13
Increase CTest timeout to 300s for CI stability
Summary:
The CacheLib getdeps_linux GitHub Actions CI build failed due to a flaky test timeout. Test navy-test-BlockCacheTest.BlockCache.ExpiredItemDestructorCallback exceeded the 120-second CTest limit by 0.09 seconds. This is an intermittent timing issue on shared CI runners where busy-wait loops using std::this_thread::yield() get CPU-starved.
Increase the global CTest per-test timeout from 120s to 300s to provide adequate headroom for CI variability. This fix was validated on GitHub Actions CI: https://github.com/facebook/CacheLib/actions/runs/24465951879
---
> Generated by [Metamate](https://fb.workplace.com/groups/metamate.feedback/)
[Metamate Session](https://internalfb.com/intern/bunny?q=eggmate%20485da8dc-73ba-43dd-8cc6-e5975a0d2eb4), [Trace](https://www.internalfb.com/confucius?session_id=485da8dc-73ba-43dd-8cc6-e5975a0d2eb4&tab=Trace)
___
overriding_review_checks_triggers_an_audit_and_retroactive_review
Oncall Short Name: cachelib
Differential Revision: D101006545
fbshipit-source-id: 5ec3728b4b7dbea38d49c5fbea5a600482d046441 parent 9605ec3 commit 84f0b13
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments