Increase timeout to find a dSYM in macos DownloadObjectAndSymbolFile
authorJason Molenda <jason@molenda.com>
Thu, 15 Oct 2020 07:57:23 +0000 (00:57 -0700)
committerJason Molenda <jason@molenda.com>
Thu, 15 Oct 2020 07:57:23 +0000 (00:57 -0700)
commitaf5504edd6815d085de8aa66efcd7150d6315a51
treeaf33c6f2dbc05b2efe352d1788a522b3b28c3e41
parent6a73d6564a3c7d0757692aa93bdef5be0c8f01a5
Increase timeout to find a dSYM in macos DownloadObjectAndSymbolFile

With a large dSYM over a slow home connection, the two minute timeout
would sometimes be exceeded, and we haven't seen instances of a
long timeout causing people any problems, so we're bumping it up.

640 seconds ought to be enough for anyone.

<rdar://problem/67759526>
lldb/source/Symbol/LocateSymbolFileMacOSX.cpp