Skip to content

Commit

Permalink
increasing processing time
Browse files Browse the repository at this point in the history
  • Loading branch information
ericm-db committed Aug 16, 2023
1 parent 9c1d3dc commit dbbbb68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class PulsarAdmissionControlSuite extends PulsarSourceTest {

// Each Int adds 38 bytes to message size, so we expect 3 Ints in each message
testStream(mapped)(
StartStream(trigger = ProcessingTime(10)),
StartStream(trigger = ProcessingTime(100)),
makeSureGetOffsetCalled,
AddPulsarData(Set(topic), 1, 2, 3),
CheckLastBatch(2, 3, 4),
Expand Down

0 comments on commit dbbbb68

Please sign in to comment.