Skip to content

Commit 0d81606

Browse files
authored
Merge pull request #78975 from slavapestov/turn-off-solver-expression-time-threshold
Basic: Turn off solver expression time threshold by default
2 parents 21841fc + 983b75e commit 0d81606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ namespace swift {
848848

849849
/// If non-zero, abort the expression type checker if it takes more
850850
/// than this many seconds.
851-
unsigned ExpressionTimeoutThreshold = 600;
851+
unsigned ExpressionTimeoutThreshold = 0;
852852

853853
/// The upper bound, in bytes, of temporary data that can be
854854
/// allocated by the constraint solver.

0 commit comments

Comments
 (0)