Skip to content

Commit 6df6611

Browse files
author
git apple-llvm automerger
committed
Merge commit '93a9dc120399' from apple/stable/20200714 into swift/main
2 parents b630e17 + 93a9dc1 commit 6df6611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Symbol/LocateSymbolFileMacOSX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ bool Symbols::DownloadObjectAndSymbolFile(ModuleSpec &module_spec,
621621
&signo, // Signal int *
622622
&command_output, // Command output
623623
std::chrono::seconds(
624-
120), // Large timeout to allow for long dsym download times
624+
640), // Large timeout to allow for long dsym download times
625625
false); // Don't run in a shell (we don't need shell expansion)
626626
if (error.Success() && exit_status == 0 && !command_output.empty()) {
627627
CFCData data(CFDataCreateWithBytesNoCopy(

0 commit comments

Comments
 (0)