Skip to content

Commit 0672b32

Browse files
committed
Merge branch 'fix/broken_fatfsgen_tests' into 'master'
fix(storage/fatfsgen): broken test_apps scripts for fatfsgen See merge request espressif/esp-idf!36453
2 parents b3aa1d4 + f9d6e35 commit 0672b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test_apps/storage/fatfsgen/pytest_fatfsgen_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def validate_structure(current_path: str,
132132
'test_read_write_partition_gen_ln_default_dt',
133133
], indirect=True)
134134
def test_examples_fatfsgen(config: str, dut: Dut) -> None:
135-
# Default timeout
136-
timeout = 20
135+
# Default timeout - a bit overkill, but better than failing tests
136+
timeout = 60
137137

138138
def expect(msg: str, timeout: int = timeout) -> None:
139139
dut.expect(msg, timeout=timeout)

0 commit comments

Comments
 (0)