mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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:
commit
f1949a59b6
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user