Commit f5f99450 authored by Ewen Cheslack-Postava's avatar Ewen Cheslack-Postava
Browse files

Increase flush timeout in BulkProcessorTest to make the test more reliable...

Increase flush timeout in BulkProcessorTest to make the test more reliable when the test server has other CPU load.
parent c3247263
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public class BulkProcessorTest {

    assertFalse(client.expectationsMet());

    final int flushTimeoutMs = 10;
    final int flushTimeoutMs = 100;
    bulkProcessor.flush(flushTimeoutMs);
  }