44 references to DefaultOrchestratorTestTimeout
Aspire.Hosting.Tests (44)
DistributedApplicationTests.cs (37)
64}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 105}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 321await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 323var appModel = await tcs.Task.DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 359await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 414await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 456await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 468await orchestrator.StopResourceAsync(redisContainer.Metadata.Name, token).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 499await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 505await orchestrator.StopResourceAsync(serviceA.Metadata.Name, CancellationToken.None).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 510await orchestrator.StartResourceAsync(serviceA.Metadata.Name, CancellationToken.None).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 541await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 595await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 598var aspireDashboard = await KubernetesHelper.GetResourceByNameMatchAsync<Executable>(kubernetes, $"aspire-dashboard-{ReplicaIdRegex}-{suffix}", r => r.Status?.EffectiveEnv is not null).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 635await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 638var aspireDashboard = await KubernetesHelper.GetResourceByNameMatchAsync<Executable>(kubernetes, $"aspire-dashboard-{ReplicaIdRegex}-{suffix}", r => r.Status?.EffectiveEnv is not null).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 667await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 697await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 727await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 758await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 785await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 804await foreach (var resource in s.WatchAsync<Container>().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)) 818await foreach (var resource in s.WatchAsync<Executable>().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)) 847var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)); 867var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)); 889await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 905}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 932await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 998await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1001await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1005await clientA.GetStringAsync("/").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1048await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1051await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1055await clientA.GetStringAsync("/").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1096var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout)); 1118await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1120await kubernetesLifecycle.HooksCompleted.DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);
Eventing\DistributedApplicationBuilderEventingTests.cs (2)
191await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 218await app.StartAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);
HealthCheckTests.cs (5)
32}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 54}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 98await pendingStart.DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 100await app.StopAsync().DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 120}).DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);