Skip to content

Commit 41d8222

Browse files
committed
don't reduce the message timeout for wingman
1 parent 236e790 commit 41d8222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/hls-tactics-plugin/new/test/Utils.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runSessionForTactics =
6565
runSessionWithServer'
6666
(IdePlugins [plugin])
6767
def
68-
(def { messageTimeout = 20, ignoreLogNotifications = False } )
68+
(def { ignoreLogNotifications = False } )
6969
fullCaps
7070
tacticPath
7171

plugins/hls-tactics-plugin/old/test/Utils.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runSessionForTactics act = do
6767
runSessionWithServer'
6868
(plugin recorder)
6969
def
70-
(def { messageTimeout = 20 } )
70+
(def { ignoreLogNotifications = False })
7171
fullCaps
7272
tacticPath
7373
act

0 commit comments

Comments
 (0)