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: