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

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

See merge request espressif/esp-idf!17266
This commit is contained in:
Mahavir Jain 2022-03-02 17:14:18 +08:00
commit f02c6037d4

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__':