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