Skip to content

Commit

Permalink
Work around test hanging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Oct 15, 2024
1 parent 0331324 commit f6719b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dart_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit f6719b2

Please sign in to comment.