From f9d6e356bf1f49ac430a17d79f4a39a362f17c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rohl=C3=ADnek?= Date: Thu, 16 Jan 2025 13:41:57 +0100 Subject: [PATCH] fix(storage/fatfsgen): broken test_apps scripts for fatfsgen --- tools/test_apps/storage/fatfsgen/pytest_fatfsgen_example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test_apps/storage/fatfsgen/pytest_fatfsgen_example.py b/tools/test_apps/storage/fatfsgen/pytest_fatfsgen_example.py index 06399b9d7d..9d8d9a6951 100644 --- a/tools/test_apps/storage/fatfsgen/pytest_fatfsgen_example.py +++ b/tools/test_apps/storage/fatfsgen/pytest_fatfsgen_example.py @@ -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)