mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-27 16:08:21 +00:00
Add some small delay also on non-Windows between deleting local repo and rebuilding in DeleteRepoNativeIT
This commit is contained in:
@@ -50,6 +50,8 @@ public class DeleteRepoNativeIT {
|
||||
if (Os.current() == Os.WINDOWS) {
|
||||
// On windows, we're using the service watcher which polls every 2s by default
|
||||
Thread.sleep(2500);
|
||||
} else {
|
||||
Thread.sleep(200);
|
||||
}
|
||||
|
||||
final TestClientOutput o2 = new TestClientOutput();
|
||||
|
Reference in New Issue
Block a user