Commit c3c18565 by Jason Song

fix

parent d2f32587
...@@ -330,7 +330,7 @@ public class NotificationControllerV2Test { ...@@ -330,7 +330,7 @@ public class NotificationControllerV2Test {
assertTrue(!anotherDeferredResult.hasResult()); assertTrue(!anotherDeferredResult.hasResult());
TimeUnit.MILLISECONDS.sleep(someBatchInterval * 3); TimeUnit.MILLISECONDS.sleep(someBatchInterval * 5);
assertTrue(anotherDeferredResult.hasResult()); assertTrue(anotherDeferredResult.hasResult());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment