Skip to content

Commit

Permalink
[FLINK-7045] [tests] Reduce element count of UdfStreamOperatorCheckpo…
Browse files Browse the repository at this point in the history
…intingITCase

This closes #4230
  • Loading branch information
zhangminglei authored and greghogan committed Jul 5, 2017
1 parent 57c675e commit 2a3ab2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
@SuppressWarnings("serial")
public class UdfStreamOperatorCheckpointingITCase extends StreamFaultToleranceTestBase {

final private static long NUM_INPUT = 2_500_000L;
final private static long NUM_INPUT = 500_000L;
final private static int NUM_OUTPUT = 1_000;

/**
Expand Down

0 comments on commit 2a3ab2b

Please sign in to comment.