You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/09/05 21:11:35 UTC

[2/3] git commit: ACCUMULO-3101 Increase timeout for some of ExamplesIT tests on multinode

ACCUMULO-3101 Increase timeout for some of ExamplesIT tests on multinode

Signed-off-by: Josh Elser <el...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8429ea83
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8429ea83
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8429ea83

Branch: refs/heads/master
Commit: 8429ea83c1cf88197a1fdb571629d2254ed98ecb
Parents: 632c572
Author: taksaito <ts...@hortonworks.com>
Authored: Fri Sep 5 11:08:13 2014 -0700
Committer: Josh Elser <el...@apache.org>
Committed: Fri Sep 5 14:54:45 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/test/functional/ExamplesIT.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8429ea83/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java b/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
index b400fcb..7864ec8 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
@@ -351,7 +351,7 @@ public class ExamplesIT extends AbstractMacIT {
     goodExec(InterferenceTest.class, "-i", instance, "-z", keepers, "-u", user, "-p", passwd, "-t", "itest1", "--iterations", "100000", "--isolated");
   }
 
-  @Test(timeout = 3 * 60 * 1000)
+  @Test(timeout = 6 * 60 * 1000)
   public void testScansWithInterference() throws Exception {
     goodExec(InterferenceTest.class, "-i", instance, "-z", keepers, "-u", user, "-p", passwd, "-t", "itest2", "--iterations", "100000");
   }
@@ -369,7 +369,7 @@ public class ExamplesIT extends AbstractMacIT {
 
   }
 
-  @Test(timeout = 45 * 1000)
+  @Test(timeout = 135 * 1000)
   public void testReadWriteAndDelete() throws Exception {
     String test2 = "test2";
     goodExec(ReadWriteExample.class, "-i", instance, "-z", keepers, "-u", user, "-p", passwd, "--auths", auths, "--table", test2, "--createtable", "-c",