Skip to content

Commit

Permalink
Workaround for SLCORE-504
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Jun 26, 2023
1 parent ea7314d commit b26af4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ public static void prepare(@TempDir Path tmpDir) throws Exception {

@AfterAll
public static void stop() throws InterruptedException {
sonarlintEngine.stop();
// Give enough time to release dll, else we got deletion failure on Windows
// SLCORE-504 Give enough time to release dll, else we got deletion failure on Windows
Thread.sleep(5000);
sonarlintEngine.stop();
}

@BeforeEach
Expand Down

0 comments on commit b26af4b

Please sign in to comment.