Index: media/cast/test/simulator.cc |
diff --git a/media/cast/test/simulator.cc b/media/cast/test/simulator.cc |
index b3360c8722b0b06518b2fefd711e902f75cfcb89..39ff725a86409708ce25f9f487419d1f6583407c 100644 |
--- a/media/cast/test/simulator.cc |
+++ b/media/cast/test/simulator.cc |
@@ -65,7 +65,7 @@ using media::cast::proto::NetworkSimulationModelType; |
namespace media { |
namespace cast { |
namespace { |
-const int kTargetDelay = 300; |
+const int kTargetDelay = 400; |
const char kSourcePath[] = "source"; |
const char kModelPath[] = "model"; |
const char kOutputPath[] = "output"; |
@@ -230,9 +230,9 @@ void RunSimulation(const base::FilePath& source_path, |
// Video sender config. |
VideoSenderConfig video_sender_config = GetDefaultVideoSenderConfig(); |
- video_sender_config.max_bitrate = 4000000; |
+ video_sender_config.max_bitrate = 2500000; |
video_sender_config.min_bitrate = 2000000; |
- video_sender_config.start_bitrate = 4000000; |
+ video_sender_config.start_bitrate = 2000000; |
video_sender_config.target_playout_delay = |
base::TimeDelta::FromMilliseconds(kTargetDelay); |