X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=test%2FTest.hs;h=cdcdf5d37d5c5fedf093b0d638b20e4f25ff5d29;hp=15f457f7852648082ed76a9334ff1da12b71dd9d;hb=49c803688253352a92d0d1bce2685bef38c43196;hpb=7ca8d96479f8ee8711e774b9a74ab5f27e150d1f diff --git a/test/Test.hs b/test/Test.hs index 15f457f..cdcdf5d 100644 --- a/test/Test.hs +++ b/test/Test.hs @@ -60,7 +60,7 @@ main = hspec $ do withTimeout 5 $ skipManyTill anyMessage publishDiagnosticsNotification in void $ timeout 6000000 sesh - it "further timeout messages are ignored" $ runSessionWithConfig (defaultConfig { logStdErr = True }) "hie -d --vomit" fullCaps "test/data/renamePass" $ do + it "further timeout messages are ignored" $ runSession "hie" fullCaps "test/data/renamePass" $ do doc <- openDoc "Desktop/simple.hs" "haskell" -- warm up the cache getDocumentSymbols doc