Skip to content

Commit 3a2726d

Browse files
committed
see 06/01 log
1 parent 5854fae commit 3a2726d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilcode/src/test/java/com/blankj/utilcode/util/ThreadUtilsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ void onTestSuccess(String result) {
243243
System.out.println(result);
244244
}
245245
};
246-
ThreadUtils.executeByIoWithDelay(task, 500 + index * 10, TimeUnit.MILLISECONDS);
246+
ThreadUtils.executeByIoWithDelay(task, 500 + index * 10, TimeUnit.MILLISECONDS);
247247
}
248248
});
249249
}
@@ -330,7 +330,7 @@ void onTestSuccess(String result) {
330330
System.out.println(result);
331331
}
332332
};
333-
ThreadUtils.executeByCpuWithDelay(task, 500 + index * 10, TimeUnit.MILLISECONDS);
333+
ThreadUtils.executeByCpuWithDelay(task, 500 + index * 10, TimeUnit.MILLISECONDS);
334334
}
335335
});
336336
}

0 commit comments

Comments
 (0)