Skip to content

Commit e2c86f7

Browse files
committed
Fix flaky tests
1 parent 4817514 commit e2c86f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ mkGoldenTest eq tc occ line col input =
109109
runSessionForTactics $ do
110110
doc <- openDoc (input <.> "hs") "haskell"
111111
_ <- waitForDiagnostics
112+
waitForAllProgressDone
112113
actions <- getCodeActions doc $ pointRange line col
113114
case find ((== Just (tacticTitle tc occ)) . codeActionTitle) actions of
114115
Just (InR CodeAction {_command = Just c}) -> do

0 commit comments

Comments
 (0)