Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: mojo/system/message_pipe_dispatcher_unittest.cc

Issue 200353003: Mojo: Increase epsilon in tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/system/simple_dispatcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9513a523e5a2d18d13be4d3f6ea16fd959e7a104 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; // 15 ms.
sky 2014/03/14 15:25:30 nit: '15 ms'->'30 ms' here and other files.
TEST(MessagePipeDispatcherTest, Basic) {
test::Stopwatch stopwatch;
« no previous file with comments | « no previous file | mojo/system/simple_dispatcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698