Commit 8fc51204 authored by Ewen Cheslack-Postava's avatar Ewen Cheslack-Postava Committed by GitHub
Browse files

Merge pull request #89 from confluentinc/longer-test-timeout

Increase flush timeout in BulkProcessorTest to make the test more reliable when the test server has other CPU load.
parents c3247263 f5f99450
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);
  }