summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2025-10-11 16:09:33 +0200
committerHiFiPhile <[email protected]>2025-10-11 16:09:33 +0200
commit785454a3977d9118bf8d86e54a564689b5065f9b (patch)
tree58ee9380da6d625aa065c9473cd5bbbe18d03d9d /test
parentc566db87b32a412f2a2739c4706446e132c26369 (diff)
parent2e29d1c60d119b2aa71e36d0c1ac2a383e333076 (diff)
Merge branch 'master' into dwc2_ep0
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'test')
-rwxr-xr-xtest/hil/hil_test.py3
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():