ACCUMULO-3167 Temporary stabilization to work around ACCUMULO-3365

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

Branch: refs/heads/metrics2
Commit: 631d0236624a505c15316e445350860421ff611b
Parents: a4d6234
Author: Josh Elser <els...@apache.org>
Authored: Mon Nov 24 23:35:56 2014 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Mon Nov 24 23:35:56 2014 -0500

----------------------------------------------------------------------
 .../org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/631d0236/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java
----------------------------------------------------------------------
diff --git 
a/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java
 
b/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java
index bd186a9..dbee101 100644
--- 
a/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java
+++ 
b/test/src/test/java/org/apache/accumulo/test/TracerRecoversAfterOfflineTableIT.java
@@ -64,6 +64,7 @@ public class TracerRecoversAfterOfflineTableIT extends 
ConfigurableMacIT {
       while (!conn.tableOperations().exists("trace")) {
         UtilWaitThread.sleep(1000);
       }
+      UtilWaitThread.sleep(5000);
     }
 
     log.info("Taking table offline");

Reply via email to