| Index: compiler/java/com/google/dart/compiler/parser/CompletionHooksParserBase.java
|
| diff --git a/compiler/java/com/google/dart/compiler/parser/CompletionHooksParserBase.java b/compiler/java/com/google/dart/compiler/parser/CompletionHooksParserBase.java
|
| index 35901cdefa3d9049ceeed4b4cffa11d374e24da4..47e38a5dd21e377edbd75aa2f69090eec3191c77 100644
|
| --- a/compiler/java/com/google/dart/compiler/parser/CompletionHooksParserBase.java
|
| +++ b/compiler/java/com/google/dart/compiler/parser/CompletionHooksParserBase.java
|
| @@ -42,7 +42,7 @@ public abstract class CompletionHooksParserBase extends AbstractParser {
|
| * an upper bound on the 'space' the parser can consume before declaring
|
| * it is not making progress.
|
| */
|
| - private static final int THRESHOLD = 100;
|
| + private static final int THRESHOLD = 1000;
|
|
|
| private int maxPositionRange = Integer.MIN_VALUE;
|
| private int minPositionRange = Integer.MAX_VALUE;
|
|
|