Skip to content

Commit 170a8e7

Browse files
committed
Update DelegatingScheduledExecutorServiceTest.java
1 parent 507d24a commit 170a8e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsphere-java-core/src/test/java/io/microsphere/concurrent/DelegatingScheduledExecutorServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void test() throws Throwable {
8989

9090
// test invokeAny
9191
assertEquals("Hello,World", instance.invokeAny(ofList(() -> "Hello,World")));
92-
assertEquals("Hello,World", instance.invokeAny(ofList(() -> "Hello,World"), 1, MILLISECONDS));
92+
assertEquals("Hello,World", instance.invokeAny(ofList(() -> "Hello,World"), 5, MILLISECONDS));
9393

9494
// test execute
9595
instance.execute(() -> {

0 commit comments

Comments
 (0)