Reviewers: Jakob,
Message:
Committed patchset #1 manually as r16949 (presubmit successful).
Description:
Fix comment in test case.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=16949
Please review this at https://codereview.chromium.org/24643002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M test/mjsunit/timer.js
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) {
--
--
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.