diff options
| author | hathach <[email protected]> | 2025-12-01 14:39:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-12-01 14:46:47 +0700 |
| commit | df6f13600324b42710ae71d5320a9f2eae8303a5 (patch) | |
| tree | f5e0a3a723e4917b1905c614ba4d65724994ecef /test | |
| parent | 7ee288bc223db393d68c7bdb09bf7c05ffd2eb03 (diff) | |
add linkermap to deps and linkermap taget
Diffstat (limited to 'test')
| -rwxr-xr-x | test/hil/hil_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py index ba0826bd3..b2e883119 100755 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -662,7 +662,7 @@ def test_example(board, f1, example): print(f'Flashing {fw_name}.elf') # flash firmware. It may fail randomly, retry a few times - max_rety = 1 + max_rety = 3 start_s = time.time() for i in range(max_rety): ret = globals()[f'flash_{board["flasher"]["name"].lower()}'](board, fw_name) |
