We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee97c5 commit 983b75eCopy full SHA for 983b75e
include/swift/Basic/LangOptions.h
@@ -852,7 +852,7 @@ namespace swift {
852
853
/// If non-zero, abort the expression type checker if it takes more
854
/// than this many seconds.
855
- unsigned ExpressionTimeoutThreshold = 600;
+ unsigned ExpressionTimeoutThreshold = 0;
856
857
/// The upper bound, in bytes, of temporary data that can be
858
/// allocated by the constraint solver.
0 commit comments