increasing the binding latency in the tests temporarily

This commit is contained in:
Soby Chacko
2016-08-22 18:31:54 -04:00
parent 3344cf4d38
commit c2479b407a

View File

@@ -100,7 +100,7 @@ public class KafkaBinderTests
@Override
protected void binderBindUnbindLatency() throws InterruptedException {
Thread.sleep(500);
Thread.sleep(2000);
}
@Override