Commit ff06ea3
fix(ios): Correct timeout calculation in dSYM wait logic
Fixed the timeout warning message to report actual elapsed time instead of
calculated max_attempts * wait_interval. With progressive backoff (0.5s, 1s, 2s),
the old calculation was incorrect (e.g., reported 20s when actual was ~12.5s).
Changes:
- Track actual wait time with total_wait_time variable
- Accumulate elapsed time after each sleep interval
- Update timeout message to show actual time and attempt count
- Add reference to BUILD_CONFIGURATION.md for configuration options
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 5c5e07c commit ff06ea3
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
185 | 189 | | |
186 | 190 | | |
187 | 191 | | |
188 | | - | |
| 192 | + | |
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
| |||
0 commit comments