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.
1 parent 7f0e7c0 commit cba575eCopy full SHA for cba575e
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
@@ -296,7 +296,7 @@ def _run(self):
296
try:
297
# accept() is stubborn and won't fail even when the socket is
298
# shutdown, so we'll use a timeout
299
- self._socket.settimeout(2.0)
+ self._socket.settimeout(20.0)
300
client, client_addr = self._socket.accept()
301
self._client = client
302
# The connected client inherits its timeout from self._socket,
0 commit comments