Commit ff810fb
committed
integration-tests: Increase MQTT keep alive interval
With latest FreeRTOS TCP/IP stack, due to a timing issue, most of the
MQTT tests fail on FVP, because of connection reset. Therefore,
increase the MQTT keep alive timeout `MQTT_KEEP_ALIVE_INTERVAL_SECONDS`
from `60` to `300` seconds.
Signed-off-by: Devaraj Ranganna <[email protected]>1 parent 77d544e commit ff810fb
File tree
1 file changed
+1
-1
lines changed- components/tools/freertos_libraries_integration_tests/integration
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments