Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit a48f8fb

Browse files
committed
try message count reduction
1 parent a6a3b22 commit a48f8fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/snippets/subscriber_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def subscriber_client() -> Generator[pubsub_v1.SubscriberClient, None, None]:
164164
def _publish_messages(
165165
publisher_client: pubsub_v1.PublisherClient,
166166
topic: str,
167-
message_num: int = 5,
167+
message_num: int = 2,
168168
**attrs: Any, # noqa: ANN401
169169
) -> List[str]:
170170
message_ids = []

0 commit comments

Comments
 (0)