We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236e790 commit 41d8222Copy full SHA for 41d8222
plugins/hls-tactics-plugin/new/test/Utils.hs
@@ -65,7 +65,7 @@ runSessionForTactics =
65
runSessionWithServer'
66
(IdePlugins [plugin])
67
def
68
- (def { messageTimeout = 20, ignoreLogNotifications = False } )
+ (def { ignoreLogNotifications = False } )
69
fullCaps
70
tacticPath
71
plugins/hls-tactics-plugin/old/test/Utils.hs
@@ -67,7 +67,7 @@ runSessionForTactics act = do
(plugin recorder)
- (def { messageTimeout = 20 } )
+ (def { ignoreLogNotifications = False })
72
73
act
0 commit comments