From f6719b22d9cbc6ef8fbe8b180fce2592217227d3 Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Mon, 14 Oct 2024 17:42:29 -0700 Subject: [PATCH] Work around test hanging issue --- dart_test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dart_test.yaml b/dart_test.yaml index 30e487165..218c9cc67 100644 --- a/dart_test.yaml +++ b/dart_test.yaml @@ -4,11 +4,12 @@ platforms: - chrome - vm -# Default concurrency of 4 for unit tests, integration preset will override -concurrency: 4 +# Work around process hanging after tests finish: https://github.com/dart-lang/build/issues/3765 +concurrency: 1 presets: vm: + concurrency: 4 paths: - test/vm_tests/