mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'bugfix/readdir_ut_timeout' into 'master'
spiffs: increase timeout in readdir test Closes #41 See merge request idf/esp-idf!3687
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user