Skip to content
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

Remove usage of Task.Delay in Kafka tests #5714

Open
Alirexaa opened this issue Sep 14, 2024 · 0 comments
Open

Remove usage of Task.Delay in Kafka tests #5714

Alirexaa opened this issue Sep 14, 2024 · 0 comments
Labels
area-integrations Issues pertaining to Aspire Integrations packages kafka Issues related to Kafka integrations testing ☑️

Comments

@Alirexaa
Copy link
Contributor

This could incur flakiness.

await Task.Delay(TimeSpan.FromMinutes(1));

Related #4878

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Sep 14, 2024
@davidfowl davidfowl added area-integrations Issues pertaining to Aspire Integrations packages testing ☑️ kafka Issues related to Kafka integrations and removed area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication labels Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-integrations Issues pertaining to Aspire Integrations packages kafka Issues related to Kafka integrations testing ☑️
Projects
None yet
Development

No branches or pull requests

2 participants