X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;ds=sidebyside;f=test%2FTest.hs;fp=test%2FTest.hs;h=36fc0aaef2fa5b43348d612ad7c344b18a4b6443;hb=6ec0dc625a44ff95ba468116d30acf4a0f67e29a;hp=f73c18606bee24d24d86c70347d3bfc81c61c5dd;hpb=7a3cd1750e9b35a9126bf9e80fbee73f07c10f95;p=lsp-test.git diff --git a/test/Test.hs b/test/Test.hs index f73c186..36fc0aa 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" $ runSession "hie" fullCaps "test/data/renamePass" $ do + it "further timeout messages are ignored" $ runSessionWithConfig (defaultConfig { logStdErr = True, logMessages = True }) "hie" fullCaps "test/data/renamePass" $ do doc <- openDoc "Desktop/simple.hs" "haskell" withTimeout 3 $ getDocumentSymbols doc liftIO $ threadDelay 5000000