Skip to content

Commit eec957a

Browse files
Jasinskyxiaoxiang781216
authored andcommitted
build: increase FetchContent timeout to 120 seconds for LVGL
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 <jasinskidaniel95szcz@gmail.com>
1 parent 39908cc commit eec957a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphics/lvgl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if(CONFIG_GRAPHICS_LVGL)
4343
TEST_COMMAND
4444
""
4545
DOWNLOAD_NO_PROGRESS true
46-
TIMEOUT 30)
46+
TIMEOUT 120)
4747

4848
FetchContent_GetProperties(lvgl_fetch)
4949

0 commit comments

Comments
 (0)