[all-commits] [llvm/llvm-project] af5504: Increase timeout to find a dSYM in macos DownloadO...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu Oct 15 01:00:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af5504edd6815d085de8aa66efcd7150d6315a51
https://github.com/llvm/llvm-project/commit/af5504edd6815d085de8aa66efcd7150d6315a51
Author: Jason Molenda <jason at molenda.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
Log Message:
-----------
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>
More information about the All-commits
mailing list