Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: pkg/unittest/test/missing_tick_test.dart

Issue 62363002: Only run missing_tick_test for 2 seconds, before timeing out. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/pkg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(() {});
« no previous file with comments | « pkg/pkg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698