diff options
| author | hathach <[email protected]> | 2024-08-01 15:40:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-01 15:40:47 +0700 |
| commit | 3f4f6c0ec7f5c95ca8a1965a078c0f92d0d4e8ad (patch) | |
| tree | 33772eb520b1569a95d676a11a82a1a2302572d4 | |
| parent | f5d8796a6c59714d3096cf78cd7b4e8e114993a1 (diff) | |
increase hil timeout, reduce fuzzing from 600 to 400 seconds
| -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 bda66a2b5..bdc48591e 100644 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -43,7 +43,7 @@ if platform.machine() == 'aarch64': pass -ENUM_TIMEOUT = 10 +ENUM_TIMEOUT = 30 # get usb serial by id |
