| Index: ipc/ipc_perftest_support.cc
|
| diff --git a/ipc/ipc_perftest_support.cc b/ipc/ipc_perftest_support.cc
|
| index d0cbe5ef803ac4c802b8a517d05c1a5b190b8cba..0a6a03e5b8d30e4201c436df7771f9bc3ff60dd6 100644
|
| --- a/ipc/ipc_perftest_support.cc
|
| +++ b/ipc/ipc_perftest_support.cc
|
| @@ -229,7 +229,7 @@ IPCChannelPerfTestBase::GetDefaultTestParams() {
|
| list.push_back(PingPongTestParams(144, 50000));
|
| list.push_back(PingPongTestParams(1728, 50000));
|
| list.push_back(PingPongTestParams(20736, 12000));
|
| - list.push_back(PingPongTestParams(248832, 100));
|
| + list.push_back(PingPongTestParams(248832, 1000));
|
| return list;
|
| }
|
|
|
|
|