Skip to content

Commit

Permalink
Account for variability in video_back test
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Apr 13, 2024
1 parent ee84bef commit f6eb300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picoquictest/mediatest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1344,8 +1344,8 @@ int mediatest_video2_back_test()
spec.do_video2 = 1;
spec.do_audio = 1;
spec.data_size = 0;
spec.latency_average = 90000;
spec.latency_max = 500000;
spec.latency_average = 110000;
spec.latency_max = 600000;
spec.do_not_check_video2 = 1;
ret = mediatest_one(mediatest_video2_back, &spec);

Expand Down

0 comments on commit f6eb300

Please sign in to comment.