| Index: third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher_unittest.cc b/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher_unittest.cc
|
| index b5562b00ff7dadc65287cfa6f05c1e9399ff50e8..760aced60f6a6fc9e1bcf90187f687f33f5979cd 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher_unittest.cc
|
| @@ -139,7 +139,7 @@ TEST(MessagePipeDispatcherTest, Basic) {
|
| EXPECT_EQ(MOJO_RESULT_OK, d1->Close());
|
|
|
| // It should be signaled.
|
| - EXPECT_EQ(MOJO_RESULT_OK, w.Wait(1000, &context));
|
| + EXPECT_EQ(MOJO_RESULT_OK, w.Wait(test::TinyDeadline(), &context));
|
| EXPECT_EQ(12u, context);
|
| hss = HandleSignalsState();
|
| d0->RemoveAwakable(&w, &hss);
|
|
|