2 references to DashboardAvailabilityTimeoutSecs
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\AspireProject.cs (2)
284public async Task<IPage> OpenDashboardPageAsync(IBrowserContext context, int timeoutSecs = DashboardAvailabilityTimeoutSecs) 301cts.CancelAfter(TimeSpan.FromSeconds(DashboardAvailabilityTimeoutSecs));