Merge branch 'fix/broken_fatfsgen_tests' into 'master'

fix(storage/fatfsgen): broken test_apps scripts for fatfsgen

See merge request espressif/esp-idf!36453
This commit is contained in:
Martin Vychodil 2025-01-18 00:47:16 +08:00
commit 0672b326e3

View File

@ -132,8 +132,8 @@ def validate_directory_structure(base_path: str,
'test_read_write_partition_gen_ln_default_dt',
], indirect=True)
def test_examples_fatfsgen(config: str, dut: Dut) -> None:
# Default timeout
timeout = 20
# Default timeout - a bit overkill, but better than failing tests
timeout = 60
def expect(msg: str, timeout: int = timeout) -> None:
dut.expect(msg, timeout=timeout)