Skip to content

Commit 5e36806

Browse files
author
git apple-llvm automerger
committed
Merge commit 'e987b1526dad' from swift/swift-5.2-branch into swift/master
2 parents 44c33b7 + e987b15 commit 5e36806

File tree

1 file changed

+1
-1
lines changed
  • lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def _run(self):
298298
try:
299299
# accept() is stubborn and won't fail even when the socket is
300300
# shutdown, so we'll use a timeout
301-
self._socket.settimeout(2.0)
301+
self._socket.settimeout(20.0)
302302
client, client_addr = self._socket.accept()
303303
self._client = client
304304
# The connected client inherits its timeout from self._socket,

0 commit comments

Comments
 (0)