Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 5c2d67189 -> 23d62dbde
PHOENIX-3931 Increase timeout for TestNonTxIndexBuilder.testManyVersions Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/23d62dbd Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/23d62dbd Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/23d62dbd Branch: refs/heads/4.x-HBase-1.1 Commit: 23d62dbdecdd2b3ad17cb11ac126ee58a204fe9f Parents: 5c2d671 Author: James Taylor <[email protected]> Authored: Fri Jun 9 11:35:08 2017 -0700 Committer: James Taylor <[email protected]> Committed: Fri Jun 9 11:43:49 2017 -0700 ---------------------------------------------------------------------- .../apache/phoenix/hbase/index/covered/TestNonTxIndexBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/23d62dbd/phoenix-core/src/test/java/org/apache/phoenix/hbase/index/covered/TestNonTxIndexBuilder.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/test/java/org/apache/phoenix/hbase/index/covered/TestNonTxIndexBuilder.java b/phoenix-core/src/test/java/org/apache/phoenix/hbase/index/covered/TestNonTxIndexBuilder.java index 27e35df..763b7d5 100644 --- a/phoenix-core/src/test/java/org/apache/phoenix/hbase/index/covered/TestNonTxIndexBuilder.java +++ b/phoenix-core/src/test/java/org/apache/phoenix/hbase/index/covered/TestNonTxIndexBuilder.java @@ -271,7 +271,7 @@ public class TestNonTxIndexBuilder extends BaseConnectionlessQueryTest { * Tests getting an index update for a mutation with 200 versions Before, the issue PHOENIX-3807 * was causing this test to take >90 seconds, so here we set a timeout of 5 seconds */ - @Test(timeout = 5000) + @Test(timeout = 10000) public void testManyVersions() throws IOException { // when doing a rebuild, we are replaying mutations so we want to ignore newer mutations // see LocalTable#getCurrentRowState()
