2 references to maxTestWaitTime
Client.TypedClient.IntegrationTests (2)
TypedProxyTests.4.0.0.cs (2)
421
if (_tcs.Task.Wait(
maxTestWaitTime
))
425
throw new TimeoutException(string.Format("Not completed within the alloted time of {0}",
maxTestWaitTime
));