From: Ivan Grokhotkov Date: Tue, 13 Nov 2018 03:41:19 +0000 (+0800) Subject: spiffs: increase timeout in readdir test X-Git-Tag: v3.3-beta1~117^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=356fe47ce10809ab8078784405cd6b93730f465d;p=esp-idf spiffs: increase timeout in readdir test Timeout of 15 seconds is not sufficient if SPIFFS partition needs to be formatted, on some of the boards. --- diff --git a/components/spiffs/test/test_spiffs.c b/components/spiffs/test/test_spiffs.c index 0a70cbba7c..b5dc129e31 100644 --- a/components/spiffs/test/test_spiffs.c +++ b/components/spiffs/test/test_spiffs.c @@ -595,7 +595,7 @@ TEST_CASE("opendir, readdir, rewinddir, seekdir work as expected", "[spiffs]") test_teardown(); } -TEST_CASE("readdir with large number of files", "[spiffs][timeout=15]") +TEST_CASE("readdir with large number of files", "[spiffs][timeout=30]") { test_setup(); test_spiffs_readdir_many_files("/spiffs/dir2");