]> granicus.if.org Git - esp-idf/commitdiff
spiffs: increase timeout in readdir test
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 13 Nov 2018 03:41:19 +0000 (11:41 +0800)
committerbot <bot@espressif.com>
Wed, 21 Nov 2018 03:42:15 +0000 (03:42 +0000)
Timeout of 15 seconds is not sufficient if SPIFFS partition needs to
be formatted, on some of the boards.

components/spiffs/test/test_spiffs.c

index cb2164ac1f8bb54f93aa9a462a9a01867ef7271b..f3592132acde2927fb9bcb0bed73f60067050eec 100644 (file)
@@ -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");