Skip to content

Increase timeout to find a dSYM in macos DownloadObjectAndSymbolFile #2072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

jasonmolenda
Copy link

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

(cherry picked from commit af5504e)

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>

(cherry picked from commit af5504e)
@jasonmolenda
Copy link
Author

@swift-ci please test

@jasonmolenda jasonmolenda merged commit 93a9dc1 into swiftlang:apple/stable/20200714 Oct 29, 2020
@jasonmolenda jasonmolenda deleted the r67759526-extend-dsymforuuid-timeout branch October 29, 2020 20:26
ainu-bot added a commit to dabrahams/llvm-project that referenced this pull request Oct 29, 2020
…/tensorflow-stage

* 'swift/main' of github.com:apple/llvm-project: (55 commits)
  Increase timeout to find a dSYM in macos DownloadObjectAndSymbolFile (swiftlang#2072)
  [AArch64] Improve lowering of insert_vector_elt with 0.0 consts.
  [AArch64] Use DUP for BUILD_VECTOR with few different elements.
  [AArch64] Extend vector insertion test cases.
  [AArch64] Add additional tests for vector inserts with common element.
  [AArch64] Extend tests for insertelement improvements.
  [AArch64] Add 2 cases where insertelement lowering could be improved.
  [InstCombine] Do not introduce bitcasts for swifterror arguments.
  Revert "[DebugInfo] Fix legacy ZExt emission when FromBits >= 64 (PR47927)"
  Revert "[AppleObjCRuntimeV2] Force lazily allocated class names to be resolved."
  Remove unused LanguageFlag (NFC)
  Move LanguageOptions into TypeSystemSwift (NFC)
  Adjust naming to match reflection results
  [lldb] Support Python imports relative the to the current file being sourced
  [lldb] Remove lexical block and fix formatting LoadScriptingModule (NFC)
  [lldb] Unconditionally strip the `.py(c)` extension when loading a module
  Add support for builtin and pointer types to GetClangTypeNode()
  [DebugInfo] Fix legacy ZExt emission when FromBits >= 64 (PR47927)
  [AsmPrinter] Add per BB instruction mix remark.
  [lldb] Enable cmake policy CMP0077 for option()
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant