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

Unified Diff: dart/tests/isolate/mandel_isolate_stream_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 | « no previous file | dart/tests/isolate/mandel_isolate_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/isolate/mandel_isolate_stream_test.dart
diff --git a/dart/tests/isolate/mandel_isolate_stream_test.dart b/dart/tests/isolate/mandel_isolate_stream_test.dart
index 302696e58b5326967003f96fde43cb34731d3d54..ffe3c9afbe9c8454bdc1385cecd0d983e88f0b7d 100644
--- a/dart/tests/isolate/mandel_isolate_stream_test.dart
+++ b/dart/tests/isolate/mandel_isolate_stream_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 | « no previous file | dart/tests/isolate/mandel_isolate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698