Chromium Code Reviews| Index: tests/html/microtask_test.dart |
| diff --git a/tests/html/microtask_test.dart b/tests/html/microtask_test.dart |
| index 0dfcc53402b1af737ec8fe8a3949e6db3113373e..d7520aa518e15f62dcf17b5a549314451b8f36e4 100644 |
| --- a/tests/html/microtask_test.dart |
| +++ b/tests/html/microtask_test.dart |
| @@ -18,7 +18,7 @@ main() { |
| window.setTimeout(expectAsync0(() { |
| timeoutCalled = true; |
| expect(immediateCalled, true); |
| - }), 0); |
| + }), 5); |
| window.requestAnimationFrame((_) { |