Skip to content

Commit ba8e1a7

Browse files
committed
hls-notes-plugin: Fix tests on windows
1 parent abcf822 commit ba8e1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/hls-notes-plugin/test/NotesTest.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ gotoNoteTests = testGroup "Goto Note Definition"
5353
doc <- openDoc "Other.hs" "haskell"
5454
waitForCustomMessage "ghcide/cradle/loaded" (const $ Just ())
5555
waitForAllProgressDone
56+
void $ waitForTypecheck doc -- Windows need some extra time apparently
5657
defs <- getDefinitions doc (Position 5 20)
5758
liftIO $ do
5859
fp <- canonicalizePath "NoteDef.hs"

0 commit comments

Comments
 (0)