1 write to _timeOutOldValue
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
82
_timeOutOldValue
= Environment.GetEnvironmentVariable(ResourceManagerUtils.TimeoutEnvVariable);
1 reference to _timeOutOldValue
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
89
Environment.SetEnvironmentVariable(ResourceManagerUtils.TimeoutEnvVariable,
_timeOutOldValue
);