Reverting test latency changes

This commit is contained in:
Soby Chacko
2016-08-22 18:49:20 -04:00
parent c2479b407a
commit fb3f79fd9a

View File

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