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

Unified Diff: tests/isolate/timer_repeat_test.dart

Issue 12213092: Rework Timer interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 10 months 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 | « tests/isolate/timer_not_available_test.dart ('k') | tests/isolate/timer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/timer_repeat_test.dart
diff --git a/tests/isolate/timer_repeat_test.dart b/tests/isolate/timer_repeat_test.dart
index 48b962b208bab1703b873b17cddc0bd89e90a62c..d0c3a118376eb9946b1c850665a0b93d421c99e3 100644
--- a/tests/isolate/timer_repeat_test.dart
+++ b/tests/isolate/timer_repeat_test.dart
@@ -7,7 +7,7 @@ library timer_repeat_test;
import 'dart:async';
import '../../pkg/unittest/lib/unittest.dart';
-const int TIMEOUT = 500;
+const Duration TIMEOUT = const Duration(milliseconds: 500);
const int ITERATIONS = 5;
Timer timer;
« no previous file with comments | « tests/isolate/timer_not_available_test.dart ('k') | tests/isolate/timer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698