43 references to DefaultOrchestratorTestTimeout
Aspire.Hosting.Tests (43)
DistributedApplicationTests.cs (38)
66}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 107}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 346await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 348var appModel = await tcs.Task.DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 383await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 437await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 484await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 533await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 545await orchestrator.StopResourceAsync(redisContainer.Metadata.Name, token).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 576await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 582await orchestrator.StopResourceAsync(serviceA.Metadata.Name, CancellationToken.None).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 587await orchestrator.StartResourceAsync(serviceA.Metadata.Name, CancellationToken.None).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 617await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 670await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 673var aspireDashboard = await KubernetesHelper.GetResourceByNameMatchAsync<Executable>(kubernetes, $"aspire-dashboard-{ReplicaIdRegex}-{suffix}", r => r.Status?.EffectiveEnv is not null).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 710await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 713var aspireDashboard = await KubernetesHelper.GetResourceByNameMatchAsync<Executable>(kubernetes, $"aspire-dashboard-{ReplicaIdRegex}-{suffix}", r => r.Status?.EffectiveEnv is not null).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 741await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 770await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 799await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 829await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 855await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 874await foreach (var resource in s.WatchAsync<Container>().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)) 888await foreach (var resource in s.WatchAsync<Executable>().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)) 916var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)); 935var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)); 957await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 973}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1000await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1069await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1072await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1076await clientA.GetStringAsync("/").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1119await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1122await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1126await clientA.GetStringAsync("/").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1166var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)); 1187await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1189await kubernetesLifecycle.HooksCompleted.DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);
Eventing\DistributedApplicationBuilderEventingTests.cs (2)
191await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 218await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);
HealthCheckTests.cs (3)
114await pendingStart.DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 116await app.StopAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 136}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);