mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Give FileWritingMessageHandler more time to sort itself out
See 3927dca3
This commit is contained in:
+1
-1
@@ -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 + "'");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user