Drop # of video tracks in renegotiate-many-videos to 8

Bug: webrtc:12574
Change-Id: I4bd8003368c7131c63aab7b6ef1cd52b54a926e0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212022
Reviewed-by: Taylor <deadbeef@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33471}
This commit is contained in:
Harald Alvestrand
2021-03-15 21:26:27 +00:00
committed by Commit Bot
parent 0855302391
commit 785e23be91

View File

@ -3436,7 +3436,8 @@ TEST_F(PeerConnectionIntegrationTestUnifiedPlan,
// - 96 on a Linux workstation // - 96 on a Linux workstation
// - 64 at win_x86_more_configs and win_x64_msvc_dbg // - 64 at win_x86_more_configs and win_x64_msvc_dbg
// - 32 on android_arm64_rel and linux_dbg bots // - 32 on android_arm64_rel and linux_dbg bots
while (current_size < 16) { // - 16 on Android 64 (Nexus 5x)
while (current_size < 8) {
// Double the number of tracks // Double the number of tracks
for (int i = 0; i < current_size; i++) { for (int i = 0; i < current_size; i++) {
caller()->pc()->AddTransceiver(cricket::MEDIA_TYPE_VIDEO); caller()->pc()->AddTransceiver(cricket::MEDIA_TYPE_VIDEO);