Commit 86d26f9
committed
fix(test): relax cpu_exhaustion_timeout bound for ASan nightly
ASan inflates stack frames ~10x, causing the 5s assertion to fail
in nightly CI. Use 15s — still proves timeout works, accommodates
sanitizer overhead.
Fixes nightly.yml failure from 2026-02-25.1 parent d72f810 commit 86d26f9
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| |||
0 commit comments