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

This commit is contained in:
Tomáš Rohlínek 2025-01-16 13:41:57 +01:00
parent 2140c9b688
commit f9d6e356bf
No known key found for this signature in database
GPG Key ID: BDE1CEDD10F7E372

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)