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

Unified Diff: dart/tests/isolate/mandel_isolate_test.dart

Issue 23679003: Allow isolate/mandel_* tests to run for longer than the default 20 seconds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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 | « dart/tests/isolate/mandel_isolate_stream_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/isolate/mandel_isolate_test.dart
diff --git a/dart/tests/isolate/mandel_isolate_test.dart b/dart/tests/isolate/mandel_isolate_test.dart
index 3e0354475fe5385c5cf0454cb5be1a830343a0f4..9e3e14feab8fadb23287d57860831cbfe53db1cb 100644
--- a/dart/tests/isolate/mandel_isolate_test.dart
+++ b/dart/tests/isolate/mandel_isolate_test.dart
@@ -13,6 +13,8 @@ const N = 100;
const ISOLATES = 20;
main() {
+ // Test is really slow in debug builds of the VM.
+ unittestConfiguration.timeout = const Duration(seconds: 480);
test("Render Mandelbrot in parallel", () {
final state = new MandelbrotState();
state._validated.future.then(expectAsync1((result) {
« no previous file with comments | « dart/tests/isolate/mandel_isolate_stream_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698