Merge branch '1.5.x'

This commit is contained in:
Andy Wilkinson 2017-01-17 14:27:02 +00:00
commit 467350a65d
1 changed files with 1 additions and 1 deletions

View File

@ -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 + "'");
}