Revision: 16949
Author:   [email protected]
Date:     Wed Sep 25 18:53:33 2013 UTC
Log:      Fix comment in test case.

[email protected]

Review URL: https://codereview.chromium.org/24643002
http://code.google.com/p/v8/source/detail?r=16949

Modified:
 /branches/bleeding_edge/test/mjsunit/timer.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/timer.js Wed Sep 25 16:47:56 2013 UTC +++ /branches/bleeding_edge/test/mjsunit/timer.js Wed Sep 25 18:53:33 2013 UTC
@@ -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) {

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to