From 6ec0dc625a44ff95ba468116d30acf4a0f67e29a Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Fri, 7 Dec 2018 20:16:44 +0000 Subject: [PATCH] Try and debug macOS failing tests --- test/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2