Merge branch '1.5.x'

pull/6437/merge
Andy Wilkinson 8 years ago
commit 467350a65d

@ -61,7 +61,7 @@ public class SampleIntegrationApplicationTests {
if (FileSystemUtils.deleteRecursively(directory)) {
return;
}
Thread.sleep(100);
Thread.sleep(500);
}
throw new IllegalStateException("Failed to delete '" + directory + "'");
}

Loading…
Cancel
Save