Commit 8fd4988
authored
fix(commissioner): extend operational connect timeout to 4m15s (#3674)
* fix(commissioner): extend operational connect timeout to 4m15s
Several commissioning steps allow up to ~2 minute server-side delays.
The previous 4 minute CASE connect timeout left too little headroom in
back-to-back delay scenarios. Bumping to 255 seconds keeps us safely
inside the 5 minute failsafe re-arm and matches observed worst-case
peer behavior. Failsafe reset on operational connect failure already
fires through the existing CommissioningError catch path.
* docs(commissioner): note rationale for 4m15s connect timeout
Two ~2-minute server-side retry windows fit within 4m15s before we
abort the operational connect.1 parent 5cfede6 commit 8fd4988
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
583 | 582 | | |
584 | 583 | | |
585 | 584 | | |
586 | | - | |
| 585 | + | |
| 586 | + | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| |||
0 commit comments