Skip to content

Commit

Permalink
Increase publish timeout (apache#4407)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonson authored and leventov committed Jun 15, 2017
1 parent 17ef785 commit bf537f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bf537f9

Please sign in to comment.