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
This commit is contained in:
machenbach@chromium.org 2013-09-25 18:53:33 +00:00
parent 9fd455872c
commit 7c0c861e7a

View File

@ -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) {