Increase timeout for the failing PooledClientProviderTest Signed-off-by: poorna <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/c33ce134 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/c33ce134 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/c33ce134 Branch: refs/heads/master Commit: c33ce134f9801b499e4482e1a1144ec21048c156 Parents: 13201db Author: poorna <[email protected]> Authored: Fri Feb 10 23:25:49 2017 -0800 Committer: poorna <[email protected]> Committed: Mon Feb 13 12:43:08 2017 -0800 ---------------------------------------------------------------------- .../org/apache/tephra/distributed/PooledClientProviderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/c33ce134/tephra-core/src/test/java/org/apache/tephra/distributed/PooledClientProviderTest.java ---------------------------------------------------------------------- diff --git a/tephra-core/src/test/java/org/apache/tephra/distributed/PooledClientProviderTest.java b/tephra-core/src/test/java/org/apache/tephra/distributed/PooledClientProviderTest.java index bee0ec2..0258d58 100644 --- a/tephra-core/src/test/java/org/apache/tephra/distributed/PooledClientProviderTest.java +++ b/tephra-core/src/test/java/org/apache/tephra/distributed/PooledClientProviderTest.java @@ -54,7 +54,7 @@ import java.util.concurrent.TimeoutException; public class PooledClientProviderTest { private static final int MAX_CLIENT_COUNT = 3; - private static final long CLIENT_OBTAIN_TIMEOUT = 10; + private static final long CLIENT_OBTAIN_TIMEOUT = 100; @ClassRule public static TemporaryFolder tmpFolder = new TemporaryFolder();
