Commit 342e71a
committed
fix: Increase nfc transmit timeout to 120000
Some commands would end-up in an invalid state, showing the log below. This is strange at least. Even if it times-out the success should be false.
Either way..5sec seems not enough for some commands.
```
KeycardChannelUnifiedQtNfc::transmit() - invalid response from target
```1 parent f581845 commit 342e71a
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
336 | | - | |
337 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
| |||
0 commit comments