| Index: mojo/system/message_pipe_dispatcher_unittest.cc
|
| diff --git a/mojo/system/message_pipe_dispatcher_unittest.cc b/mojo/system/message_pipe_dispatcher_unittest.cc
|
| index 938634dcae1bfadf86f02c995376c929047d4fbe..3ef26bf18d0ff4625f5e27093edc7d7ae9652ddf 100644
|
| --- a/mojo/system/message_pipe_dispatcher_unittest.cc
|
| +++ b/mojo/system/message_pipe_dispatcher_unittest.cc
|
| @@ -29,7 +29,7 @@ namespace system {
|
| namespace {
|
|
|
| const int64_t kMicrosPerMs = 1000;
|
| -const int64_t kEpsilonMicros = 15 * kMicrosPerMs; // 15 ms.
|
| +const int64_t kEpsilonMicros = 30 * kMicrosPerMs; // 30 ms.
|
|
|
| TEST(MessagePipeDispatcherTest, Basic) {
|
| test::Stopwatch stopwatch;
|
|
|