mirror of https://github.com/apache/druid.git
Increase publish timeout (#4407)
This commit is contained in:
parent
17ef785618
commit
bf537f9226
|
@ -71,7 +71,7 @@ public class AppenderatorDriverTest
|
|||
private static final ObjectMapper OBJECT_MAPPER = new DefaultObjectMapper();
|
||||
private static final int MAX_ROWS_IN_MEMORY = 100;
|
||||
private static final int MAX_ROWS_PER_SEGMENT = 3;
|
||||
private static final long PUBLISH_TIMEOUT = 1000;
|
||||
private static final long PUBLISH_TIMEOUT = 5000;
|
||||
private static final long HANDOFF_CONDITION_TIMEOUT = 1000;
|
||||
|
||||
private static final List<InputRow> ROWS = Arrays.<InputRow>asList(
|
||||
|
|
Loading…
Reference in New Issue