summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-03-26 19:33:08 +0700
committerhathach <[email protected]>2026-03-26 19:43:44 +0700
commit94f48272c79310c5ab47c79c7b57a1be7bdee901 (patch)
tree0baf2d516401a4feb0904c21295e66285cb2903a /test
parente81faa22af6369745e4aa0420289a335d2eaa047 (diff)
implement ping-pong double buffered for both tx and rx
Diffstat (limited to 'test')
-rwxr-xr-xtest/hil/hil_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index 8b0070d40..154a251c1 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -50,7 +50,7 @@ import ctypes
from pymtp import MTP
import string
-ENUM_TIMEOUT = 30
+ENUM_TIMEOUT = 10
STATUS_OK = "\033[32mOK\033[0m"
STATUS_FAILED = "\033[31mFailed\033[0m"