diff options
| author | hathach <[email protected]> | 2024-08-13 11:04:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-13 11:04:53 +0700 |
| commit | 45f50ebaa8dd4d2542d2db8fe51783803c8698be (patch) | |
| tree | 861c9da999584a51ee79c133ef0da80050065490 | |
| parent | ad411b6c252265676d9a61f77fd8a5c26465b392 (diff) | |
increase enum timeout
| -rw-r--r-- | 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 01ca93c7a..597d6c5ca 100644 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -36,7 +36,7 @@ import glob import platform from multiprocessing import Pool -ENUM_TIMEOUT = 20 +ENUM_TIMEOUT = 30 # get usb serial by id |
