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

Unified Diff: mojo/system/waiter_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
Index: mojo/system/waiter_unittest.cc
diff --git a/mojo/system/waiter_unittest.cc b/mojo/system/waiter_unittest.cc
index 4a69a89f15cc438e10417b7e4017487eb2a9418a..4cdff250dba6e22fa603a3215286b0ee4efd3198 100644
--- a/mojo/system/waiter_unittest.cc
+++ b/mojo/system/waiter_unittest.cc
@@ -22,7 +22,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.
const int64_t kPollTimeMicros = 10 * kMicrosPerMs; // 10 ms.
class WaitingThread : public base::SimpleThread {
« mojo/system/message_pipe_dispatcher_unittest.cc ('K') | « mojo/system/waiter_list_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698