We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a7682 commit 88f6140Copy full SHA for 88f6140
tests/Aspire.Hosting.Tests/Health/ResourceHealthCheckServiceTests.cs
@@ -267,7 +267,7 @@ public async Task ResourceHealthCheckServiceDoesNotRunHealthChecksUnlessResource
267
});
268
269
using var app = builder.Build();
270
- var pendingStart = app.StartAsync().TimeoutAfter(TimeSpan.FromSeconds(20));
+ var pendingStart = app.StartAsync().DefaultTimeout(TestConstants.LongTimeoutDuration);
271
var rns = app.Services.GetRequiredService<ResourceNotificationService>();
272
273
// Verify that the health check does not get run before we move the resource into the
0 commit comments