Skip to content

Commit 88f6140

Browse files
committed
Clean up
1 parent 48a7682 commit 88f6140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Aspire.Hosting.Tests/Health/ResourceHealthCheckServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public async Task ResourceHealthCheckServiceDoesNotRunHealthChecksUnlessResource
267267
});
268268

269269
using var app = builder.Build();
270-
var pendingStart = app.StartAsync().TimeoutAfter(TimeSpan.FromSeconds(20));
270+
var pendingStart = app.StartAsync().DefaultTimeout(TestConstants.LongTimeoutDuration);
271271
var rns = app.Services.GetRequiredService<ResourceNotificationService>();
272272

273273
// Verify that the health check does not get run before we move the resource into the

0 commit comments

Comments
 (0)