259 references to Delay
Aspire.Confluent.Kafka.Tests (1)
ProducerExtensions.cs (1)
14await Task.Delay(100);
Aspire.Dashboard (1)
Components\Dialogs\FilterDialog.razor.cs (1)
116await Task.Delay(100);
Aspire.Dashboard.Components.Tests (2)
Layout\MainLayoutTests.cs (1)
119var timeoutTask = Task.Delay(100);
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\LogTests.cs (1)
725await Task.Delay(20);
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Hosting.Kafka.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Hosting.MySql.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Hosting.NodeJs.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Hosting.PostgreSQL.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Hosting.RabbitMQ.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Hosting.Tests (6)
DistributedApplicationTests.cs (1)
418await Task.Delay(100);
Eventing\DistributedApplicationBuilderEventingTests.cs (1)
147await Task.Delay(1000);
Health\ResourceHealthCheckServiceTests.cs (3)
392await Task.Delay(100); 436await Task.Delay(100); 504await Task.Delay(100);
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Hosting.Valkey.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Playground.Tests (1)
tests\Shared\AsyncTestHelpers.cs (1)
213await Task.Delay((i + 1) * (i + 1) * 10 * 5);
Aspire.Templates.Tests (3)
StarterTemplateRunTestsBase.cs (1)
106await Task.Delay(10_000);
TemplateTestsBase.cs (2)
180await Task.Delay(500); 203await Task.Delay(500);
BasicWebSite (10)
Controllers\ActionResultOfTController.cs (1)
25await Task.Delay(0);
Controllers\AsyncActionsController.cs (9)
38await Task.Delay(SimulateDelayMilliseconds); 43return Task.Delay(SimulateDelayMilliseconds); 48await Task.Delay(SimulateDelayMilliseconds); 54await Task.Delay(SimulateDelayMilliseconds); 60await Task.Delay(SimulateDelayMilliseconds); 66await Task.Delay(SimulateDelayMilliseconds); 72await Task.Delay(SimulateDelayMilliseconds); 78await Task.Delay(SimulateDelayMilliseconds); 84await Task.Delay(SimulateDelayMilliseconds);
Binding.ReliableSession.IntegrationTests (4)
NetHttpBindingTests.cs (2)
238await Task.Delay((int)sw.ElapsedMilliseconds * 10); 323await Task.Delay((int)sw.ElapsedMilliseconds * 6);
WSHttpBindingTests.cs (2)
238await Task.Delay((int)sw.ElapsedMilliseconds * 10); 323await Task.Delay((int)sw.ElapsedMilliseconds * 6);
Client.ChannelLayer.IntegrationTests (5)
DuplexChannelShapeTests.4.0.0.cs (4)
207await Task.Delay(delayTime); 210await Task.Delay(100); 228await Task.Delay(delayTime); 231await Task.Delay(100);
DuplexChannelWithSynchronizationContext.cs (1)
265await Task.Delay(100);
Client.ExpectedExceptions.IntegrationTests (4)
ExpectedExceptionTests.4.0.0.cs (2)
283Task.Delay(500).Wait(); 288Task.Delay(100).Wait();
ExpectedExceptionTests.4.1.0.cs (2)
533Task.Delay(500).Wait(); 538Task.Delay(100).Wait();
ClientSample (4)
HubSample.cs (1)
144await Task.Delay(5000);
UploadSample.cs (3)
50await Task.Delay(1000); 70await Task.Delay(1000); 74await Task.Delay(250);
ConcurrencyLimiterSample (1)
Startup.cs (1)
24Task.Delay(100).Wait(); // 100ms sync-over-async
Consumer (1)
ConsumerWorker.cs (1)
29await Task.Delay(100);
Contract.Service.IntegrationTests (4)
ServiceContractTests.4.1.0.cs (4)
260Task.Delay(sendTimeoutMs * 2).Wait(); 269Task.Delay(sendTimeoutMs * 2).Wait(); 320Task.Delay(sendTimeoutMs * 2).Wait(); 326Task.Delay(sendTimeoutMs * 2).Wait();
dotnet-svcutil-lib (3)
Metadata\MetadaExchangeResolver.cs (2)
192await Task.Delay(100); 262await Task.Delay(100);
Shared\Utilities\ProcessRunner.cs (1)
137await Task.Delay(100);
ErrorPageMiddlewareWebSite (2)
AggregateExceptionController.cs (2)
21await Task.Delay(0); 27await Task.Delay(0);
FormatterWebSite (1)
Controllers\AsyncEnumerableController.cs (1)
29await Task.Delay(5);
HealthChecksSample (1)
SlowDependencyHealthCheck.cs (1)
18_task = Task.Delay(15 * 1000);
HttpStress (2)
Program.cs (2)
219await Task.Delay(1); 307await Task.Delay(1);
IIS.FunctionalTests (4)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
74await Task.Delay(100);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
151await Task.Delay(msDelay);
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (2)
231await Task.Delay(10); 245await Task.Delay(10);
IIS.LongTests (4)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
74await Task.Delay(100);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
151await Task.Delay(msDelay);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (2)
289await Task.Delay(1); 326await Task.Delay(1);
IIS.NewHandler.FunctionalTests (4)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
74await Task.Delay(100);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
151await Task.Delay(msDelay);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (2)
289await Task.Delay(1); 326await Task.Delay(1);
IIS.NewShim.FunctionalTests (4)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
74await Task.Delay(100);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
151await Task.Delay(msDelay);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (2)
289await Task.Delay(1); 326await Task.Delay(1);
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
74await Task.Delay(100);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
151await Task.Delay(msDelay);
IIS.Tests (1)
ClientDisconnectTests.cs (1)
75await Task.Delay(10); // Small delay to not constantly call WriteAsync.
IISExpress.FunctionalTests (6)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\EventLogHelpers.cs (1)
74await Task.Delay(100);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (1)
151await Task.Delay(msDelay);
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (2)
231await Task.Delay(10); 245await Task.Delay(10);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (2)
289await Task.Delay(1); 326await Task.Delay(1);
InMemory.FunctionalTests (7)
ConnectionLimitTests.cs (1)
66await Task.Delay(100);
Http2\Http2StreamTests.cs (1)
1595var res = await Task.WhenAny(tcs.Task, Task.Delay(1000)) == tcs.Task;
Http2\Http2TimeoutTests.cs (1)
292await Task.Delay(1);
Http3\Http3StreamTests.cs (1)
730await Task.Delay(50);
ResponseTests.cs (1)
3334var res = await Task.WhenAny(tcs.Task, Task.Delay(1000)) == tcs.Task;
UpgradeTests.cs (2)
138await Task.Delay(100); 318await Task.Delay(100);
InteractiveHost.UnitTests (2)
AbstractInteractiveHostTests.cs (1)
189await Task.Delay(10);
StressTests.cs (1)
38await Task.Delay(milliseconds).ConfigureAwait(false);
Interop.FunctionalTests (7)
Http2WebSocketInteropTests.cs (1)
201await Task.Delay(1);
Http3\Http3RequestTests.cs (6)
860await Task.Delay(100); 937await Task.Delay(100); 1136await Task.Delay(50); 1497await Task.Delay(100); 1557await Task.Delay(100); 1927await Task.Delay(100 * (i + 1));
InteropClient (1)
InteropClient.cs (1)
491await Task.Delay(1000);
JwtClientSample (1)
Program.cs (1)
57await Task.Delay(1000);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
1054await Task.Delay(500);
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
343await Task.Delay(100);
Microsoft.AspNetCore.Components.Server.Tests (4)
Circuits\RevalidatingServerAuthenticationStateProviderTest.cs (4)
74await Task.Delay(200); 98await Task.Delay(200); 117await Task.Delay(200); 138await Task.Delay(200);
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (1)
3531var awaitableTask = render1TCS.Task.ContinueWith(_ => Task.Delay(1000)).Unwrap();
Rendering\RendererSynchronizationContextTest.cs (1)
783await Task.Delay(250);
Microsoft.AspNetCore.Components.Web.Tests (2)
HtmlRendering\HtmlRendererTest.cs (2)
910var services = GetServiceProvider(collection => collection.AddSingleton(new AsyncLoadingComponentCompletion { Task = Task.Delay(0) })); 1255await Task.Delay(Value * 100);
Microsoft.AspNetCore.Components.WebViewE2E.Test (2)
BasicBlazorHybridTest.cs (2)
107await Task.Delay(1000); 185await Task.Delay(WaitTimeInMS);
Microsoft.AspNetCore.ConcurrencyLimiter.Microbenchmarks (1)
QueueRequestsOverwritten.cs (1)
57await Task.Delay(int.MaxValue);
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\KeyRingProviderTests.cs (1)
874await Task.Delay(500);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Latency\AcceptanceTests.cs (1)
58await Task.Delay(taskTimeMs + 10); // Adding 10 ms buffer
Microsoft.AspNetCore.Http.Connections.Tests (2)
HttpConnectionDispatcherTests.cs (2)
1503await Task.Delay(15); 1523await Task.Delay(15);
Microsoft.AspNetCore.Http.Tests (1)
HttpContextAccessorTests.cs (1)
17await Task.Delay(100);
Microsoft.AspNetCore.HttpLogging.Tests (4)
FileLoggerProcessorTests.cs (4)
552await Task.Delay(100); 567await Task.Delay(10); 575await Task.Delay(10); 583await Task.Delay(100);
Microsoft.AspNetCore.InternalTesting (1)
xunit\AspNetTestRunner.cs (1)
97await Task.Delay(5000).ConfigureAwait(false);
Microsoft.AspNetCore.InternalTesting.Tests (4)
AssemblyTestLogTests.cs (1)
383await Task.Delay(100);
TaskExtensionsTest.cs (3)
30await Task.Delay(10).TimeoutAfter(TimeSpan.FromMilliseconds(30000)); 69await Task.Delay(10); 82await Task.Delay(10);
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerTest.cs (1)
1876await Task.Delay(500);
Microsoft.AspNetCore.OutputCaching.Tests (3)
OutputCacheMiddlewareTests.cs (2)
828await Task.Delay(500); 901await Task.Delay(500);
OutputCacheTests.cs (1)
246await Task.Delay(1);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
TlsListenerTests.cs (2)
85await Task.Delay(100); 130await Task.Delay(100);
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\RetryHelper.cs (1)
59await Task.Delay(1 * 1000); //Wait for a while before retry.
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISExpressDeployer.cs (1)
249await Task.Delay(1000); // Wait a second to make sure the socket is completely cleaned up
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportConnectionManager.cs (1)
91return await Task.WhenAny(allAbortedTask, Task.Delay(1000)).ConfigureAwait(false) == allAbortedTask;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Http1\Http1ConnectionTests.cs (1)
1101await Task.Delay(delay);
MessageBodyTests.cs (1)
1491await Task.Delay(1);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicConnectionListenerTests.cs (1)
419await Task.Delay(100 * i);
Microsoft.AspNetCore.Shared.Tests (2)
StackTraceHelperTest.cs (1)
253await Task.Delay(0);
ValueStopwatchTest.cs (1)
35await Task.Delay(200);
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (4)
HubConnectionTests.cs (3)
494await Task.Delay(10); 839await Task.Delay(10); 886await Task.Delay(10);
Hubs.cs (1)
234await Task.Delay(20);
Microsoft.AspNetCore.SignalR.Client.Tests (2)
HubConnectionTests.Protocol.cs (1)
694await Task.Delay(1000);
ServerSentEventsTransportTests.cs (1)
86await Task.Delay(100);
Microsoft.AspNetCore.SignalR.Tests (3)
HubConnectionHandlerTests.cs (1)
2711await Task.Delay(10);
HubConnectionHandlerTestUtils\Hubs.cs (1)
522await Task.Delay(100);
Internal\ReflectionHelperTests.cs (1)
38await Task.Delay(10);
Microsoft.AspNetCore.SpaServices.Extensions (1)
AngularCli\AngularCliMiddleware.cs (1)
120await Task.Delay(500);
Microsoft.AspNetCore.TestHost.Tests (1)
ClientHandlerTests.cs (1)
322await Task.Delay(100);
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
865await Task.Delay(delay).ConfigureAwait(false);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BuildManager_Tests.cs (1)
1711System.Threading.Tasks.Task.Delay(500).ContinueWith(t => _buildManager.CancelAllSubmissions());
BackEnd\RedirectConsoleWriter_Tests.cs (1)
23await Task.Delay(80); // should be somehow bigger than `RedirectConsoleWriter` flush period - see its constructor
Microsoft.Build.Tasks.UnitTests (1)
DownloadFile_Tests.cs (1)
428Task.Delay(delayMilliseconds).Wait();
Microsoft.Build.Utilities.UnitTests (1)
ProcessExtensions_Tests.cs (1)
27await Task.Delay(500);
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
WorkspaceTests\AdhocWorkspaceTests.cs (4)
437await Task.WhenAny(tcs.Task, Task.Delay(1000)); 472await Task.WhenAny(tcs.Task, Task.Delay(1000)); 504await Task.WhenAny(tcs.Task, Task.Delay(1000)); 535await Task.WhenAny(tcs.Task, Task.Delay(1000));
Microsoft.DotNet.Arcade.Sdk (1)
src\DownloadFile.cs (1)
224await Tasks.Task.Delay(RetryDelayMilliseconds).ConfigureAwait(false);
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifestBase.cs (2)
1457await Task.Delay(RetryDelayMilliseconds * attemptIndex).ConfigureAwait(false); 1784Task.Delay(RetryDelayMilliseconds).Wait();
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishArtifactsInManifestTests.cs (1)
134await (Task.Delay(10)); // To make this actually async
Microsoft.DotNet.Helix.JobSender (1)
StorageHelpers\ContainerBase.cs (1)
68await Task.Delay(1000);
Microsoft.DotNet.Helix.Sdk (2)
AzureDevOpsTask.cs (1)
225await Task.Delay(GetRetryDelay(attempt)).ConfigureAwait(false);
CheckAzurePipelinesTestResults.cs (1)
70await Task.Delay(10000);
Microsoft.DotNet.RemoteExecutor.Tests (8)
RemoteExecutorTests.cs (8)
30await Task.Delay(1); 40await Task.Delay(1); 55await Task.Delay(1); 68await Task.Delay(1); 79await Task.Delay(1); 90await Task.Delay(1); 102await Task.Delay(1); 118await Task.Delay(1);
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\FunctionInvokingChatClientTests.cs (1)
182await Task.Delay(100);
Microsoft.Extensions.Caching.Hybrid.Tests (8)
BufferReleaseTests.cs (3)
70await Task.Delay(250); 166await Task.Delay(250); 229await Task.Delay(250);
LocalInvalidationTests.cs (1)
125await Task.Delay(10);
RedisTests.cs (1)
84await Task.Delay(500); // the L2 write continues in the background; give it a chance
StampedeTests.cs (2)
218await Task.Delay(500); // cancellation happens on a worker; need to allow a moment 299await Task.Delay(500); // cancellation happens on a worker; need to allow a moment
UnreliableL2Tests.cs (1)
46await Task.Delay(150); // even then: thread jitter can cause problems
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (1)
DefaultHealthCheckServiceTest.cs (1)
567await Task.Delay(1).ConfigureAwait(false);
Microsoft.Extensions.Http.Polly.Tests (1)
PolicyHttpMessageHandlerTest.cs (1)
387await Task.Delay(1).ConfigureAwait(false);
Microsoft.Extensions.Telemetry.Tests (1)
Latency\Internal\LatencyContextTests.cs (1)
225await Task.Delay(1);
Microsoft.Extensions.TimeProvider.Testing.Tests (3)
FakeTimeProviderTests.cs (3)
379await Task.Delay(1); 399await Task.Delay(1); 418await Task.Delay(1);
Microsoft.JSInterop.Tests (1)
Infrastructure\DotNetDispatcherTest.cs (1)
968await Task.Delay(50);
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
1222 await Task.Delay(100);
Microsoft.ML.AutoML.Tests (2)
StopTrainingManagerTests.cs (2)
60await Task.Delay(1000); 87await Task.Delay(1000);
Microsoft.ML.Core (2)
Utilities\ResourceManagerUtils.cs (2)
141await Task.Delay(10 * 1000); 163var timeoutTask = Task.Delay(timeout).ContinueWith(task => default(Exception), TaskScheduler.Default);
Microsoft.ML.Tokenizers.Data.Tests (1)
src\Common\tests\RetryHelper.cs (1)
106await Task.Delay((backoffFunc ?? _defaultBackoffFunc)(i)).ConfigureAwait(false);
Microsoft.ML.Tokenizers.Tests (1)
src\Common\tests\RetryHelper.cs (1)
106await Task.Delay((backoffFunc ?? _defaultBackoffFunc)(i)).ConfigureAwait(false);
Microsoft.Svcutil.NamedPipeMetadataImporter (1)
NamedPipeMetadataImporter.cs (1)
58await Task.Delay(100);
OutputCachingSample (1)
Startup.cs (1)
53await Task.Delay(1000);
RazorWebSite (1)
Services\TaskReturningService.cs (1)
10await Task.Delay(100);
Roslyn.VisualStudio.Next.UnitTests (4)
Services\SolutionAssetCacheTests.cs (3)
55await Task.Delay(10); 94await Task.Delay(10); 112await Task.Delay(10);
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (1)
128await Task.Delay(next);
ScenarioTests.Common.Tests (3)
ScenarioTestTypes.cs (3)
975await Task.Delay(100); 986await Task.Delay(100); 997await Task.Delay(100);
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\HostNameIsReachableAttribute.cs (1)
40var timeoutTask = Task.Delay(1000);
Sockets.FunctionalTests (5)
src\Servers\Kestrel\shared\test\TransportTestHelpers\HostNameIsReachableAttribute.cs (1)
40var timeoutTask = Task.Delay(1000);
src\Servers\Kestrel\test\FunctionalTests\ConnectionMiddlewareTests.cs (1)
41await Task.Delay(5);
src\Servers\Kestrel\test\FunctionalTests\ResponseTests.cs (3)
310await Task.Delay(10); 374await Task.Delay(10); 826await Task.Delay(10);
Stress.ApiService (18)
ProducerConsumer.cs (2)
40await Task.Delay(Random.Shared.Next(10, 50)); 53await Task.Delay(Random.Shared.Next(10, 50));
Program.cs (12)
137await Task.Delay(100); 265await Task.Delay(1000); 268await Task.Delay(1000); 307await Task.Delay(100); 311await Task.Delay(100); 315await Task.Delay(10); 320await Task.Delay(20); 325await Task.Delay(30); 330await Task.Delay(100); 335await Task.Delay(30); 340await Task.Delay(20); 345await Task.Delay(10);
TestMetrics.cs (1)
38await Task.Delay(1000);
TraceCreator.cs (3)
43await Task.Delay(Random.Shared.Next(10, 50)); 85await Task.Delay(Random.Shared.Next(10, 50)); 89await Task.Delay(Random.Shared.Next(10, 50));
System.Windows.Forms.UI.IntegrationTests (9)
FormTests.cs (6)
44await Task.Delay(SnapLayoutDelayMS); 52await Task.Delay(SnapLayoutDelayMS); 62await Task.Delay(SnapLayoutDelayMS); 103await Task.Delay(SnapLayoutDelayMS); 112await Task.Delay(SnapLayoutDelayMS); 122await Task.Delay(SnapLayoutDelayMS);
Infra\ControlTestBase.cs (1)
209await Task.Delay(15);
ListControlUnboundActionListTests.cs (2)
25await Task.Delay(500).ConfigureAwait(true); 42await Task.Delay(retryDelay).ConfigureAwait(true);
Templates.Blazor.WebAssembly.Auth.Tests (2)
src\Shared\E2ETesting\BrowserFixture.cs (1)
105await Task.Delay(2000);
src\Shared\E2ETesting\SauceConnectServer.cs (1)
156await Task.Delay(1000);
Templates.Blazor.WebAssembly.Tests (2)
src\Shared\E2ETesting\BrowserFixture.cs (1)
105await Task.Delay(2000);
src\Shared\E2ETesting\SauceConnectServer.cs (1)
156await Task.Delay(1000);
Templates.Mvc.Tests (2)
src\Shared\E2ETesting\BrowserFixture.cs (1)
105await Task.Delay(2000);
src\Shared\E2ETesting\SauceConnectServer.cs (1)
156await Task.Delay(1000);
Templates.Tests (2)
src\Shared\E2ETesting\BrowserFixture.cs (1)
105await Task.Delay(2000);
src\Shared\E2ETesting\SauceConnectServer.cs (1)
156await Task.Delay(1000);
WinFormsControlsTest (2)
TaskDialogSamples.cs (2)
401await Task.Delay(2800); 409await Task.Delay(200);