27 references to Sleep
Binding.Tcp.IntegrationTests (1)
NetTcpBindingTests.4.0.0.cs (1)
144Thread.Sleep(binding.OpenTimeout + TimeSpan.FromSeconds(5));
Client.ClientBase.IntegrationTests (1)
SessionTests.cs (1)
186Thread.Sleep(TimeSpan.FromSeconds(10));
dotnet-openapi (1)
DebugMode.cs (1)
22Thread.Sleep(TimeSpan.FromSeconds(3));
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (3)
180Thread.Sleep(ResponseDelay); 198Thread.Sleep(ResponseDelay); 241Thread.Sleep(ResponseDelay);
InteractiveHost.UnitTests (1)
InteractiveHostDesktopTests.cs (1)
1078Thread.Sleep(TimeSpan.FromSeconds(10));
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\DefaultKeyResolver.cs (1)
144Thread.Sleep(_decryptRetryDelay);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISDeployer.cs (1)
498Thread.Sleep(delay);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (3)
180Thread.Sleep(ResponseDelay); 198Thread.Sleep(ResponseDelay); 241Thread.Sleep(ResponseDelay);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\CompilationEmitTests.cs (1)
1915Thread.Sleep(TimeSpan.FromSeconds(3));
Emit\DeterministicTests.cs (1)
61Thread.Sleep(TimeSpan.FromSeconds(1));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Utilities\AsynchronousOperationListenerTests.cs (1)
66Thread.Sleep(TimeSpan.FromMilliseconds(10));
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Emit\DeterministicTests.vb (1)
26Thread.Sleep(TimeSpan.FromSeconds(1))
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextLoader.cs (1)
154Thread.Sleep(RetryDelay);
Microsoft.DotNet.XliffTasks (1)
ExponentialRetry.cs (1)
31Thread.Sleep(t);
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (7)
TimeExpirationTests.cs (7)
52Thread.Sleep(TimeSpan.FromSeconds(0.5)); 119Thread.Sleep(TimeSpan.FromSeconds(0.5)); 180Thread.Sleep(TimeSpan.FromSeconds(3.5)); 213Thread.Sleep(TimeSpan.FromSeconds(0.5)); 219Thread.Sleep(TimeSpan.FromSeconds(3)); 241Thread.Sleep(TimeSpan.FromSeconds(0.5)); 250Thread.Sleep(TimeSpan.FromSeconds(0.5));
System.Windows.Forms.UI.IntegrationTests (2)
Input\KeyboardSimulator.cs (1)
117Thread.Sleep(time);
Input\MouseSimulator.cs (1)
173Thread.Sleep(time);