Fix comment in test case.

TBR=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/24643002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16949 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 9fd45587
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment