Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 82144f0

Browse files
alexmarkovCommit Queue
authored and
Commit Queue
committed
[tests] Reduce number of threads in ffi/many_listener_callbacks_test
Issue: #61733 Change-Id: I3d6ef801f7c7f24d56b129ac4f169a7b2a2c5448 Cq-Include-Trybots: luci.dart.try:vm-ffi-mac-debug-simarm64_arm64-try,vm-ffi-mac-release-simarm64_arm64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/455464 Commit-Queue: Liam Appelbe <liama@google.com> Reviewed-by: Liam Appelbe <liama@google.com> Auto-Submit: Alexander Markov <alexmarkov@google.com>
1 parent e197cbc commit 82144f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/ffi/many_listener_callbacks_test.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void main() async {
5454

5555
await firstIsRunning.future;
5656

57-
for (var i = 0; i < 30; ++i) {
57+
for (var i = 0; i < 10; ++i) {
5858
spawn((int n) {});
5959
}
6060

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /