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