Skip to content

Commit

Permalink
Test was 'sometimes' triggering. Needed more frames to ensure its suc…
Browse files Browse the repository at this point in the history
…cess
  • Loading branch information
jdelapla committed Mar 25, 2022
1 parent f7a0ec2 commit f95a650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/ProducerFunctionalityTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ TEST_F(ProducerFunctionalityTest, realtime_intermittent_latency_pressure) {

buffering_ack_in_sequence_ = true;
key_frame_interval_ = 60;
total_frame_count_ = 6 * key_frame_interval_;
total_frame_count_ = 7 * key_frame_interval_;
frame_duration_ = 16 * HUNDREDS_OF_NANOS_IN_A_MILLISECOND;

UINT64 startTime = 0;
Expand Down

0 comments on commit f95a650

Please sign in to comment.