Turn RunningAppProvider into a bean

This commit is contained in:
Kris De Volder
2019-03-29 13:42:09 -07:00
parent 68c26e29de
commit 3f70e16f37
12 changed files with 61 additions and 19 deletions

View File

@@ -154,7 +154,7 @@ public class LanguageServerHarness {
this.server = server;
}
public static final Duration HIGHLIGHTS_TIMEOUT = Duration.ofMillis(15000000000L); //Why so long?
public static final Duration HIGHLIGHTS_TIMEOUT = Duration.ofMillis(10_000L); //Why so long?
// public static LanguageServerHarness<SimpleLanguageServer> create(String extensionId, LanguageServerInitializer initializer) throws Exception {
// Callable<SimpleLanguageServer> factory = () -> {