Increase the delay after CRaC files creation
This commit is contained in:
@@ -211,7 +211,7 @@ public class CrSmokeTestPlugin implements Plugin<Project> {
|
||||
// Delay needed to let the time for CRaC files to be created
|
||||
restore.doFirst(action -> {
|
||||
try {
|
||||
Thread.sleep(2000);
|
||||
Thread.sleep(10000);
|
||||
}
|
||||
catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
|
||||
Reference in New Issue
Block a user