Skip to content

Commit

Permalink
build: increase FetchContent timeout to 120 seconds for LVGL
Browse files Browse the repository at this point in the history
LVGL 9.2.1 archive is ~70MB. Over poor connections, it may take
longer to download it. This renders CMake build unusable in such
environments.

Signed-off-by: Daniel Jasinski <[email protected]>
  • Loading branch information
Jasinsky authored and xiaoxiang781216 committed Nov 9, 2024
1 parent 39908cc commit eec957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/lvgl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(CONFIG_GRAPHICS_LVGL)
TEST_COMMAND
""
DOWNLOAD_NO_PROGRESS true
TIMEOUT 30)
TIMEOUT 120)

FetchContent_GetProperties(lvgl_fetch)

Expand Down

0 comments on commit eec957a

Please sign in to comment.