Skip to content

Commit

Permalink
More messages for less flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Aug 23, 2023
1 parent 04f974b commit eb55658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server_cancellation_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void main() {

test('Handlers get removed from map after stream is done.', () async {
final request = ServerStreamingEchoRequest(
messageCount: 2,
messageCount: 5,
messageInterval: 5,
);
final stream1 = EchoServiceClient(channel)
Expand Down

0 comments on commit eb55658

Please sign in to comment.