diff options
-rw-r--r-- | remoting/jingle_glue/jingle_thread_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/jingle_glue/jingle_thread_unittest.cc b/remoting/jingle_glue/jingle_thread_unittest.cc index bebb16d..bbaad79 100644 --- a/remoting/jingle_glue/jingle_thread_unittest.cc +++ b/remoting/jingle_glue/jingle_thread_unittest.cc @@ -50,7 +50,7 @@ TEST(JingleThreadTest, PostDelayedTask) { base::Time end = base::Time::Now(); thread.Stop(); - EXPECT_GT((end - start).InMillisecondsRoundedUp(), kDelayMs); + EXPECT_GE((end - start).InMillisecondsRoundedUp(), kDelayMs); } } // namespace remoting |