Skip to content

Commit 1f809c4

Browse files
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 edfc72d commit 1f809c4

File tree

1 file changed

+1
-1
lines changed
  • components/tools/freertos_libraries_integration_tests/integration

1 file changed

+1
-1
lines changed

components/tools/freertos_libraries_integration_tests/integration/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ target_link_libraries(freertos-libraries-integration-tests-mqtt
2828
# reset request when the device is busy.
2929
target_compile_definitions(freertos-libraries-integration-tests-mqtt
3030
PRIVATE
31-
MQTT_KEEP_ALIVE_INTERVAL_SECONDS=60
31+
MQTT_KEEP_ALIVE_INTERVAL_SECONDS=300
3232
)
3333

3434
add_library(freertos-libraries-integration-tests-pkcs11

0 commit comments

Comments
 (0)