aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client
diff options
context:
space:
mode:
authorGravatar Guangda Lai <laigd@google.com>2018-05-14 14:15:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-14 14:17:57 -0700
commitd75c70bc2d6b9f7ae6d6b58f65cfe1b7aa21e84f (patch)
treeed4d941f9f150f2aef9ea16b2555600613e09768 /tensorflow/python/client
parentd0230156b60c1e11ed4ac2fdf888409ae52051f4 (diff)
Reenable virtual gpu test, and decrease the number of testing rounds.
PiperOrigin-RevId: 196565153
Diffstat (limited to 'tensorflow/python/client')
-rw-r--r--tensorflow/python/client/virtual_gpu_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/client/virtual_gpu_test.py b/tensorflow/python/client/virtual_gpu_test.py
index addf63474c..ae653e03dd 100644
--- a/tensorflow/python/client/virtual_gpu_test.py
+++ b/tensorflow/python/client/virtual_gpu_test.py
@@ -236,7 +236,7 @@ class VirtualGpuTest(test_util.TensorFlowTestCase):
with self.test_session(config=self._util.config) as sess:
if not test.is_gpu_available(cuda_only=True):
self.skipTest('No GPU available')
- for _ in range(10):
+ for _ in range(5):
if not self._util.TestRandomGraph(sess):
return