Increase the delay after CRaC files creation

This commit is contained in:
Sébastien Deleuze
2023-07-06 09:15:01 +02:00
parent 37e8d2ad25
commit 260f65cdf2

View File

@@ -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);