Commit 4b97a6d
authored
Increase startup reset wait to 2 seconds (#714)
When connecting over a TCP serial socket (e.g. the silabs-multiprotocol
add-on), the NCP reset frame can take ~1.5s to arrive after the remote
reuses the socket from a previous instance. The 1s wait causes a
spurious retry on every startup; bumping to 2s lets the reset land
within the first attempt.1 parent 0d5b1b7 commit 4b97a6d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments