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.
This commit is contained in:
parent
6681096e55
commit
0f28a51996
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue