From b316c7c68ad2f5f6cb489a166789d321a15e05ff Mon Sep 17 00:00:00 2001 From: HuangMason320 Date: Thu, 24 Jul 2025 12:13:57 +0800 Subject: [PATCH] ignore timeout to prevent error --- cluster4npu_ui/core/functions/Multidongle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster4npu_ui/core/functions/Multidongle.py b/cluster4npu_ui/core/functions/Multidongle.py index 8700f27..6e1c88b 100644 --- a/cluster4npu_ui/core/functions/Multidongle.py +++ b/cluster4npu_ui/core/functions/Multidongle.py @@ -290,7 +290,7 @@ class MultiDongle: # setting timeout of the usb communication with the device print('[Set Device Timeout]') - kp.core.set_timeout(device_group=self.device_group, milliseconds=5000) + # kp.core.set_timeout(device_group=self.device_group, milliseconds=5000) print(' - Success') # if self.upload_fw: