45 references to DefaultOrchestratorTestTimeout
Aspire.Hosting.Tests (45)
DistributedApplicationTests.cs (38)
66}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 107}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 322await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 324var appModel = await tcs.Task.DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 359await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 413await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 460await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 509await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 521await orchestrator.StopResourceAsync(redisContainer.Metadata.Name, token).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 552await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 558await orchestrator.StopResourceAsync(serviceA.Metadata.Name, CancellationToken.None).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 563await orchestrator.StartResourceAsync(serviceA.Metadata.Name, CancellationToken.None).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 593await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 646await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 649var aspireDashboard = await KubernetesHelper.GetResourceByNameMatchAsync<Executable>(kubernetes, $"aspire-dashboard-{ReplicaIdRegex}-{suffix}", r => r.Status?.EffectiveEnv is not null).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 686await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 689var aspireDashboard = await KubernetesHelper.GetResourceByNameMatchAsync<Executable>(kubernetes, $"aspire-dashboard-{ReplicaIdRegex}-{suffix}", r => r.Status?.EffectiveEnv is not null).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 717await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 746await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 775await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 805await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 831await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 850await foreach (var resource in s.WatchAsync<Container>().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)) 864await foreach (var resource in s.WatchAsync<Executable>().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)) 892var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)); 911var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)); 933await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 949}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 976await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1041await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1044await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1048await clientA.GetStringAsync("/").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1091await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1094await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1098await clientA.GetStringAsync("/").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1138var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)); 1159await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1161await kubernetesLifecycle.HooksCompleted.DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);
Eventing\DistributedApplicationBuilderEventingTests.cs (2)
191await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 218await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);
HealthCheckTests.cs (5)
31}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 53}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 97await pendingStart.DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 99await app.StopAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 119}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);