We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44c33b7 + e987b15 commit 5e36806Copy full SHA for 5e36806
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
@@ -298,7 +298,7 @@ def _run(self):
298
try:
299
# accept() is stubborn and won't fail even when the socket is
300
# shutdown, so we'll use a timeout
301
- self._socket.settimeout(2.0)
+ self._socket.settimeout(20.0)
302
client, client_addr = self._socket.accept()
303
self._client = client
304
# The connected client inherits its timeout from self._socket,
0 commit comments