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:
parent
f21226ca3e
commit
abf9a7664f
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue