Try fixing failing test case

This commit is contained in:
Kris De Volder
2017-10-30 16:11:28 -07:00
parent fac31d720e
commit ed8f0ff6cc

View File

@@ -133,7 +133,7 @@ public class LanguageServerHarness<S extends SimpleLanguageServer> {
this.defaultLanguageId = defaultLanguageId;
}
public static final Duration HIGHLIGHTS_TIMEOUT = Duration.ofMillis(1000);
public static final Duration HIGHLIGHTS_TIMEOUT = Duration.ofMillis(3000); //TODO: why does it need to be this long, that's fishy!
public LanguageServerHarness(Callable<S> factory) throws Exception {
this(factory, LanguageId.PLAINTEXT);