src/eric7/MicroPython/Devices/RP2040Devices.py

branch
eric7
changeset 10327
6b1e6d7b26f0
parent 10326
d83e1fea5ea6
child 10439
21c28b0f9e41
--- a/src/eric7/MicroPython/Devices/RP2040Devices.py	Mon Nov 20 15:38:21 2023 +0100
+++ b/src/eric7/MicroPython/Devices/RP2040Devices.py	Mon Nov 20 16:24:04 2023 +0100
@@ -467,7 +467,7 @@
 print(has_wifi())
 del has_wifi
 """
-        out, err = self.executeCommands(command, mode=self._submitMode, timeout=10000)
+        out, err = self.executeCommands(command, mode=self._submitMode, timeout=20000)
         if err:
             if not err.startswith(b"Timeout "):
                 raise OSError(self._shortError(err))

eric ide

mercurial