This is an automated email from the ASF dual-hosted git repository.

lichaoyong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cb4063  Fix UT ThreadPoolManagerTest failure (#3723)
5cb4063 is described below

commit 5cb4063904960ea922a2bd1a04046db3e90220c5
Author: Binglin Chang <decst...@gmail.com>
AuthorDate: Sat May 30 10:35:07 2020 +0800

    Fix UT ThreadPoolManagerTest failure (#3723)
---
 fe/src/test/java/org/apache/doris/common/ThreadPoolManagerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/src/test/java/org/apache/doris/common/ThreadPoolManagerTest.java 
b/fe/src/test/java/org/apache/doris/common/ThreadPoolManagerTest.java
index ed26f26..2ae2ea9 100755
--- a/fe/src/test/java/org/apache/doris/common/ThreadPoolManagerTest.java
+++ b/fe/src/test/java/org/apache/doris/common/ThreadPoolManagerTest.java
@@ -58,7 +58,7 @@ public class ThreadPoolManagerTest {
         Assert.assertEquals(0, testCachedPool.getQueue().size());
         Assert.assertEquals(0, testCachedPool.getCompletedTaskCount());
 
-        Thread.sleep(500);
+        Thread.sleep(700);
 
         Assert.assertEquals(2, testCachedPool.getPoolSize());
         Assert.assertEquals(0, testCachedPool.getActiveCount());


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to