Explorar el Código

examples/spiffs: increase test timeout

This is to address frequent CI test failure where test most likely
timeouts during SPIFFS formatting operation.
Mahavir Jain hace 3 años
padre
commit
377267775c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/storage/spiffs/spiffs_example_test.py

+ 1 - 1
examples/storage/spiffs/spiffs_example_test.py

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