Reland of Deflake ChangingNetworkRoute test.

NOTRY=true
BUG=webrtc:6551

Review-Url: https://codereview.webrtc.org/2451553004
Cr-Original-Commit-Position: refs/heads/master@{#14766}
Cr-Mirrored-From: https://chromium.googlesource.com/external/webrtc
Cr-Mirrored-Commit: 01bbc3c074058606fb519aee06107b9136d463f3
diff --git a/video/video_send_stream_tests.cc b/video/video_send_stream_tests.cc
index d138893..cc73fa8 100644
--- a/video/video_send_stream_tests.cc
+++ b/video/video_send_stream_tests.cc
@@ -1274,7 +1274,7 @@
       // that we correctly ignore any packet loss reported prior to that id.
       ++new_route.local_network_id;
       call_->OnNetworkRouteChanged("transport", new_route);
-      EXPECT_EQ(kStartBitrateBps, call_->GetStats().send_bandwidth_bps);
+      EXPECT_GE(call_->GetStats().send_bandwidth_bps, kStartBitrateBps);
     }
 
    private: