Commit 77d544e
committed
integration-test: Update TCP keep alive interval config
With latest FreeRTOS TCP/IP stack, due to a timing issue, most of the
MQTT tests fail on FVP, because of TCP keep alive timeout. Therefore,
increase the TCP keep alive timeout `ipconfigTCP_KEEP_ALIVE_INTERVAL`
from `20` to `300` seconds.
Signed-off-by: Devaraj Ranganna <[email protected]>1 parent 8c75fb6 commit 77d544e
File tree
1 file changed
+1
-1
lines changed- applications/freertos_iot_libraries_tests/configs/freertos_config
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments