Merge branch 'bugfix/spiffs_example_test_v4.4' into 'release/v4.4'

examples/spiffs: increase test timeout (v4.4)

See merge request espressif/esp-idf!17265
This commit is contained in:
Mahavir Jain 2022-03-02 16:51:59 +08:00
commit ae2a6e40ab

View File

@ -16,7 +16,7 @@ def test_examples_spiffs(env, extra_data):
'example: Reading file',
'example: Read from file: \'Hello World!\'',
'example: SPIFFS unmounted',
timeout=20)
timeout=60)
if __name__ == '__main__':