Increase qHostInfo packet timeout
authorPavel Labath <pavel@labath.sk>
Fri, 31 Aug 2018 05:34:03 +0000 (05:34 +0000)
committerPavel Labath <pavel@labath.sk>
Fri, 31 Aug 2018 05:34:03 +0000 (05:34 +0000)
commite7ec083f198a828fc0052652d5f051208391d34b
tree34aef4b039d58dc5e7ee09cfa1072b8c5befe1f6
parentd5fa57eb19609fc23c874f4653738432a8b8ad51
Increase qHostInfo packet timeout

Host info computation can involve DNS traffic (to compute the remote
host name). On very unreliable networks (such as free WiFi on trains),
this can take several seconds to complete or timeout. Increase the
qHostInfo timeout to account for this.

llvm-svn: 341164
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp