diff --git a/its/src/test/java/org/sonarsource/sonarlint/omnisharp/its/OmnisharpIntegrationTests.java b/its/src/test/java/org/sonarsource/sonarlint/omnisharp/its/OmnisharpIntegrationTests.java index 8b7ef08b..b5795ad1 100644 --- a/its/src/test/java/org/sonarsource/sonarlint/omnisharp/its/OmnisharpIntegrationTests.java +++ b/its/src/test/java/org/sonarsource/sonarlint/omnisharp/its/OmnisharpIntegrationTests.java @@ -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