1 reference to s_defaultDeviceLaunchTimeout
Microsoft.DotNet.Helix.Sdk (1)
CreateXHarnessAppleWorkItems.cs (1)
141
TimeSpan launchTimeout = target.Contains("device") ?
s_defaultDeviceLaunchTimeout
: s_defaultSimulatorLaunchTimeout;