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 2013/12/30 03:37:49 UTC

[4/4] git commit: ACCUMULO-2100 Double the test timeout.

ACCUMULO-2100 Double the test timeout.


Project: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/commit/5ca25749
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/5ca25749
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/5ca25749

Branch: refs/heads/ACCUMULO-2100-cleanup
Commit: 5ca25749133406c0202460bfccb6e4442ad3fd2d
Parents: 98f9acf
Author: Josh Elser <jo...@gmail.com>
Authored: Sun Dec 29 21:35:46 2013 -0500
Committer: Josh Elser <jo...@gmail.com>
Committed: Sun Dec 29 21:35:46 2013 -0500

----------------------------------------------------------------------
 .../archetype-resources/src/test/java/ExampleAccumuloUnitTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/5ca25749/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
----------------------------------------------------------------------
diff --git a/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java b/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
index 2c9cce1..8f3a45e 100644
--- a/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
+++ b/src/main/resources/archetype-resources/src/test/java/ExampleAccumuloUnitTest.java
@@ -67,7 +67,7 @@ public class ExampleAccumuloUnitTest {
     
   }
 
-  @Test(timeout = 30000)
+  @Test(timeout = 60000)
   public void test() throws Exception {
     // edit this method to play with Accumulo