You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2017/10/25 21:45:51 UTC

[GitHub] keith-turner closed pull request #947: set timeout on FluoAdminIT

keith-turner closed pull request #947: set timeout on FluoAdminIT
URL: https://github.com/apache/fluo/pull/947
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/modules/integration/src/test/java/org/apache/fluo/integration/client/FluoAdminImplIT.java b/modules/integration/src/test/java/org/apache/fluo/integration/client/FluoAdminImplIT.java
index 5c7bd6b3..65561383 100644
--- a/modules/integration/src/test/java/org/apache/fluo/integration/client/FluoAdminImplIT.java
+++ b/modules/integration/src/test/java/org/apache/fluo/integration/client/FluoAdminImplIT.java
@@ -34,7 +34,7 @@
 
 public class FluoAdminImplIT extends ITBaseImpl {
 
-  @Test
+  @Test(timeout=60000)
   public void testInitializeTwiceFails() throws Exception {
 
     // stop oracle to avoid spurious exceptions when initializing
@@ -73,7 +73,7 @@ public void testInitializeTwiceFails() throws Exception {
     assertTrue(conn.tableOperations().exists(config.getAccumuloTable()));
   }
 
-  @Test
+  @Test(timeout=60000)
   public void testInitializeConfig() throws Exception {
 
     // stop oracle to avoid spurious exceptions when initializing
@@ -97,7 +97,7 @@ public void testInitializeConfig() throws Exception {
     }
   }
 
-  @Test
+  @Test(timeout=60000)
   public void testInitializeWithNoChroot() throws Exception {
 
     // stop oracle to avoid spurious exceptions when initializing
@@ -117,7 +117,7 @@ public void testInitializeWithNoChroot() throws Exception {
     }
   }
 
-  @Test
+  @Test(timeout=60000)
   public void testInitializeLongChroot() throws Exception {
 
     // stop oracle to avoid spurious exceptions when initializing


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services