]> 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)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 13 Nov 2018 03:41:19 +0000 (11:41 +0800)
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 0a70cbba7c23cbd1858aa5c40d38622813e61bd4..b5dc129e3119cf1605566a687f19288c48413299 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");