| Index: pkg/unittest/test/missing_tick_test.dart
|
| diff --git a/pkg/unittest/test/missing_tick_test.dart b/pkg/unittest/test/missing_tick_test.dart
|
| index 7b42fab95be9564dc340e37a03fa9a217b74f1e1..92ab8914704d7eac0c2491d2fbf3d1c307990fdb 100644
|
| --- a/pkg/unittest/test/missing_tick_test.dart
|
| +++ b/pkg/unittest/test/missing_tick_test.dart
|
| @@ -6,6 +6,8 @@ import 'package:unittest/unittest.dart';
|
|
|
| // TODO(gram): Convert to a shouldFail passing test.
|
| main() {
|
| + SimpleConfiguration config = unittestConfiguration;
|
| + config.timeout = const Duration(seconds: 2);
|
| group('Broken', () {
|
| test('test that should time out', () {
|
| expectAsync0(() {});
|
|
|