diff options
| author | HiFiPhile <[email protected]> | 2025-10-11 16:50:47 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-10-11 16:50:47 +0200 |
| commit | 190237741879145088535f214e4a1a7f21eff6af (patch) | |
| tree | cf6c3dd022008e46a1407fb9355e411250fd8702 /test | |
| parent | 080ca2e5cc96ffde2820807e2e663e1c61ca5132 (diff) | |
| parent | 2e29d1c60d119b2aa71e36d0c1ac2a383e333076 (diff) | |
Merge branch 'master' into uac1
Diffstat (limited to 'test')
| -rwxr-xr-x | test/hil/hil_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py index fc8255f1b..5bb3a60a1 100755 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -141,7 +141,8 @@ def read_disk_file(uid, lun, fname): def open_mtp_dev(uid): mtp = MTP() - timeout = ENUM_TIMEOUT + # MTP seems to take a while to enumerate + timeout = 2*ENUM_TIMEOUT while timeout > 0: # run_cmd(f"gio mount -u mtp://TinyUsb_TinyUsb_Device_{uid}/") for raw in mtp.detect_devices(): |
