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) { |