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

Unified Diff: tests/lib/async/timer_isActive_test.dart

Issue 994013002: Give test more time. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/timer_isActive_test.dart
diff --git a/tests/lib/async/timer_isActive_test.dart b/tests/lib/async/timer_isActive_test.dart
index 8df8a04be9d7b00f6cbb406226ea881c3d9747a3..7a7b8f208644fc59f6875bd8de9935a729b39cac 100644
--- a/tests/lib/async/timer_isActive_test.dart
+++ b/tests/lib/async/timer_isActive_test.dart
@@ -34,7 +34,7 @@ main() {
});
test("timer cancel test", () {
- Timer timer = new Timer(const Duration(seconds: 1),
+ Timer timer = new Timer(const Duration(seconds: 15),
() => fail("Should not be reached."));
Timer.run(expectAsync(() {
expect(timer.isActive, equals(true));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698