We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7333288 commit 1a5959aCopy full SHA for 1a5959a
test/utils/Test/Hls/Command.hs
@@ -23,7 +23,7 @@ hlsCommand :: String
23
{-# NOINLINE hlsCommand #-}
24
hlsCommand = unsafePerformIO $ do
25
testExe <- fromMaybe "haskell-language-server" <$> lookupEnv "HLS_TEST_EXE"
26
- pure $ testExe ++ " --lsp -d -j2 -l test-logs/" ++ logFilePath
+ pure $ testExe ++ " --lsp -d -j4 -l test-logs/" ++ logFilePath
27
28
hlsCommandVomit :: String
29
hlsCommandVomit = hlsCommand ++ " --vomit"
0 commit comments