1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

esp32: ctest: increase timeout for linkup and test to 60s

This commit is contained in:
Andy Green 2020-07-14 18:17:30 +01:00
parent f21226ca3e
commit abf9a7664f
2 changed files with 2 additions and 2 deletions

View file

@ -30,6 +30,6 @@ if (ESP_PLATFORM)
add_test(NAME boot COMMAND /usr/local/bin/sai-expect)
set_tests_properties(boot PROPERTIES
DEPENDS flashing
TIMEOUT 20)
TIMEOUT 60)
endif()

View file

@ -28,6 +28,6 @@ if (ESP_PLATFORM)
add_test(NAME boot COMMAND /usr/local/bin/sai-expect)
set_tests_properties(boot PROPERTIES
DEPENDS flashing
TIMEOUT 20)
TIMEOUT 60)
endif()