From 03ca56d8fb914c590d04299c4930f382b55b142c Mon Sep 17 00:00:00 2001 From: "radek.tandler" Date: Fri, 20 Dec 2024 19:07:08 +0100 Subject: [PATCH] fix(storage/vfs): Fixed failing test cases in test_apps --- components/vfs/test_apps/sdkconfig.defaults | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/vfs/test_apps/sdkconfig.defaults b/components/vfs/test_apps/sdkconfig.defaults index 728b21c79f..a600d2e6c4 100644 --- a/components/vfs/test_apps/sdkconfig.defaults +++ b/components/vfs/test_apps/sdkconfig.defaults @@ -7,3 +7,5 @@ CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" CONFIG_ESP_TASK_WDT_INIT=n + +CONFIG_VFS_MAX_COUNT=10