Skip to content

Commit 2db3cc5

Browse files
committed
Update FileUtilsTest.java
1 parent f5366b4 commit 2db3cc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

microsphere-java-core/src/test/java/io/microsphere/io/FileUtilsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public void testDeleteDirectoryOnIOException() throws Exception {
139139
while (deletingDirectory.get()) {
140140
try {
141141
deleteDirectory(testDir);
142+
sleep(waitTime / 10);
142143
} catch (IOException e) {
143144
ioExceptionReference.set(e);
144145
creatingFile.set(false);

0 commit comments

Comments
 (0)