mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
examples/spiffs: increase test timeout
This is to address frequent CI test failure where test most likely timeouts during SPIFFS formatting operation.
This commit is contained in:
@ -16,7 +16,7 @@ def test_examples_spiffs(env, extra_data):
|
|||||||
'example: Reading file',
|
'example: Reading file',
|
||||||
'example: Read from file: \'Hello World!\'',
|
'example: Read from file: \'Hello World!\'',
|
||||||
'example: SPIFFS unmounted',
|
'example: SPIFFS unmounted',
|
||||||
timeout=20)
|
timeout=60)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Reference in New Issue
Block a user