ACCUMULO-2100 Double the test timeout.
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 @@
     
   }
 
-  @Test(timeout = 30000)
+  @Test(timeout = 60000)
   public void test() throws Exception {
     // edit this method to play with Accumulo