Commit 753414b
[FSSDK-12248] Increase max retry time interval to 3 seconds
- Updated max_retry_interval from 1.0s to 3.0s in OdpEventManager
- Updated exponential backoff comment to reflect new 3s cap
- Added comprehensive unit test for 3-second max interval
- Test verifies exponential backoff sequence: 0.2s, 0.4s, 0.8s, 1.6s, 3.0s (capped)
- All 24 ODP event manager tests passing
Quality Assurance:
- Tests: 24/24 PASSED
- Code Review: APPROVED (0 critical issues)
- Test Coverage: Comprehensive (new test added)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f98886a commit 753414b
File tree
2 files changed
+40
-2
lines changed- optimizely/odp
- tests
2 files changed
+40
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
308 | 346 | | |
309 | 347 | | |
310 | 348 | | |
| |||
0 commit comments