1 write to TimeOut
Aspire.Elastic.Clients.Elasticsearch.Tests (1)
AspireElasticClientExtensionsTest.cs (1)
166
}, DefaultConnectionString, new RemoteInvokeOptions {
TimeOut
= 120_000 }).Dispose();
4 references to TimeOut
Microsoft.DotNet.RemoteExecutor (4)
RemoteInvokeHandle.cs (4)
108
int halfTimeOut = Options.
TimeOut
== Timeout.Infinite ? Options.
TimeOut
: Options.
TimeOut
/ 2;
147
description.AppendLine($"Timed out at {DateTime.Now} after {Options.
TimeOut
}ms waiting for remote process.");