ACCUMULO-2952 Increase test timeout for BalanceFasterIT.test The beforeClass setup done by ConfigurableMacIT is included in the duration of a test. If MAC takes a long time to start, the test will have an unexpectedly smaller amount of time to run. Increase the total timeout length of the test.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2e901e56 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2e901e56 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/2e901e56 Branch: refs/heads/master Commit: 2e901e56d5d5a1f617f49d48c9b873450abf59ba Parents: 79bb5c1 Author: Josh Elser <els...@apache.org> Authored: Tue Jul 1 00:26:17 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Tue Jul 1 01:23:14 2014 -0400 ---------------------------------------------------------------------- test/src/test/java/org/apache/accumulo/test/BalanceFasterIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/2e901e56/test/src/test/java/org/apache/accumulo/test/BalanceFasterIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/BalanceFasterIT.java b/test/src/test/java/org/apache/accumulo/test/BalanceFasterIT.java index a1a7f1c..74db66e 100644 --- a/test/src/test/java/org/apache/accumulo/test/BalanceFasterIT.java +++ b/test/src/test/java/org/apache/accumulo/test/BalanceFasterIT.java @@ -47,7 +47,7 @@ public class BalanceFasterIT extends ConfigurableMacIT { cfg.setNumTservers(3); } - @Test(timeout=30*1000) + @Test(timeout=90*1000) public void test() throws Exception { // create a table, add a bunch of splits String tableName = getUniqueNames(1)[0];