-
Notifications
You must be signed in to change notification settings - Fork 1.2k
test: increase timeout duration to 30 seconds for restaurant finder e… #1370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,13 +67,15 @@ final class TestRestaurantFinderClient { | |
| expect(response, contains('A2UI')); | ||
| print('\nReceived agent card:\n$response\n'); | ||
| }, | ||
| timeout: const Duration(seconds: 30), | ||
| ), | ||
| ShellProbe( | ||
| command: _restaurantFinderCurlMessage, | ||
| responseChecker: (response) { | ||
| expect(response, contains('"parts":[{"kind":')); | ||
| print('\nReceived agent response:\n$response\n'); | ||
| }, | ||
| timeout: const Duration(seconds: 30), | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The timeout duration |
||
| ), | ||
| ], | ||
| ); | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request description is incomplete and the pre-launch checklist has not been filled out. According to the Repository Style Guide (Rule 18), PR descriptions should include the Pre-Review Checklist with all steps completed. Please update the description to provide context for the changes and confirm that all necessary steps (such as signing the CLA and verifying tests) have been taken.
References