Skip to content

Commit 8ffe44f

Browse files
committed
RequirementMachine: Bump completion step limit again
1 parent 05b3f79 commit 8ffe44f

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
@@ -453,7 +453,7 @@ namespace swift {
453453

454454
/// Maximum iteration count for requirement machine confluent completion
455455
/// algorithm.
456-
unsigned RequirementMachineStepLimit = 1000;
456+
unsigned RequirementMachineStepLimit = 2000;
457457

458458
/// Maximum term length for requirement machine confluent completion
459459
/// algorithm.

0 commit comments

Comments
 (0)