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

Unified Diff: tools/telemetry/telemetry/page/actions/wait_unittest.py

Issue 16073005: [Telemetry] Attempt to make WaitActionTest.testWaitAction stable on windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/actions/wait_unittest.py
diff --git a/tools/telemetry/telemetry/page/actions/wait_unittest.py b/tools/telemetry/telemetry/page/actions/wait_unittest.py
index a7f68317f0aad3ea4a93923cd731cd540dff3456..5f868ba55220747db28bd47ce5c04c619200bbd4 100644
--- a/tools/telemetry/telemetry/page/actions/wait_unittest.py
+++ b/tools/telemetry/telemetry/page/actions/wait_unittest.py
@@ -23,4 +23,4 @@ class WaitActionTest(tab_test_case.TabTestCase):
start_time = time.time()
i.RunAction(None, self._tab, None)
- self.assertAlmostEqual(time.time() - start_time, 1, places=2)
+ self.assertAlmostEqual(time.time() - start_time, 1, places=1)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698