Chromium Code Reviews| Index: sky/tests/resources/mocha.sky |
| diff --git a/sky/tests/resources/mocha.sky b/sky/tests/resources/mocha.sky |
| index fe0fae43498992a6ec8b71d5a2ae466d113239b9..0b4bf6498d30e42283c0de7cab67ff885b2b74d4 100644 |
| --- a/sky/tests/resources/mocha.sky |
| +++ b/sky/tests/resources/mocha.sky |
| @@ -2441,7 +2441,7 @@ Mocha.process = process; |
| mocha.setup(); |
| window.addEventListener('load', function() { |
| - requestAnimationFrame(function() { |
| + setTimeout(function() { |
| mocha.run(); |
| }); |
| }) |