diff -r d83e1fea5ea6 -r 6b1e6d7b26f0 src/eric7/MicroPython/Devices/RP2040Devices.py --- 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))