mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
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:
commit
0672b326e3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user