| Index: tests/isolate/mandel_isolate_test.dart
|
| diff --git a/tests/isolate/mandel_isolate_test.dart b/tests/isolate/mandel_isolate_test.dart
|
| index 241ff29065745d6fe6f27d3e50097332724c092c..b1e3656f8b7c50ed18afab22ab21eeca7528f3e9 100644
|
| --- a/tests/isolate/mandel_isolate_test.dart
|
| +++ b/tests/isolate/mandel_isolate_test.dart
|
| @@ -14,7 +14,8 @@ const ISOLATES = 20;
|
|
|
| main() {
|
| // Test is really slow in debug builds of the VM.
|
| - unittestConfiguration.timeout = const Duration(seconds: 480);
|
| + SimpleConfiguration configuration = unittestConfiguration;
|
| + configuration.timeout = const Duration(seconds: 480);
|
| test("Render Mandelbrot in parallel", () {
|
| final state = new MandelbrotState();
|
| state._validated.future.then(expectAsync1((result) {
|
|
|