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

Unified Diff: test/mjsunit/timer.js

Issue 24643002: Fix comment in test case. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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: test/mjsunit/timer.js
diff --git a/test/mjsunit/timer.js b/test/mjsunit/timer.js
index be7a561429878abbf68ccdee01e8b8d8cf22c839..bac474cfc1314c6901f5775e5b409f59bc05d49d 100644
--- a/test/mjsunit/timer.js
+++ b/test/mjsunit/timer.js
@@ -29,7 +29,7 @@
(function run() {
var start_test = Date.now();
- // Let the retry run for maximum 20ms to reduce flakiness.
+ // Let the retry run for maximum 100ms to reduce flakiness.
for (var start = Date.now(); start - start_test < 100; start = Date.now()) {
var end = Date.now();
while (end - start == 0) {
« 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