| Index: mojo/system/waiter_list_unittest.cc
|
| diff --git a/mojo/system/waiter_list_unittest.cc b/mojo/system/waiter_list_unittest.cc
|
| index 437d334418ea3cc33ef8ad658cbed7b7e970a466..b9947b6926f65835a86b17c3053682e143671f72 100644
|
| --- a/mojo/system/waiter_list_unittest.cc
|
| +++ b/mojo/system/waiter_list_unittest.cc
|
| @@ -19,7 +19,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(WaiterListTest, BasicCancel) {
|
| MojoResult result;
|
|
|