| Index: tests/html/dromaeo_smoke_test.dart
|
| diff --git a/tests/html/dromaeo_smoke_test.dart b/tests/html/dromaeo_smoke_test.dart
|
| index 0463eff59fe8ec1816b62d2c10251f60c314c455..fd92124c67c5866813f8305587f3875a3405298c 100644
|
| --- a/tests/html/dromaeo_smoke_test.dart
|
| +++ b/tests/html/dromaeo_smoke_test.dart
|
| @@ -45,8 +45,8 @@ void main() {
|
| originalTest.main();
|
|
|
| test('dromaeo runs', () {
|
| - new Timer.repeating(new Duration(milliseconds: 500),
|
| - expectAsyncUntil1((timer) {
|
| + new Timer.periodic(new Duration(milliseconds: 500),
|
| + expectAsyncUntil1((timer) {
|
| if (document.query('.alldone') != null) {
|
| timer.cancel();
|
| isDone = true;
|
|
|