aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/queue_runner_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/training/queue_runner_test.py')
-rw-r--r--tensorflow/python/training/queue_runner_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/training/queue_runner_test.py b/tensorflow/python/training/queue_runner_test.py
index 77317283e9..5b00ac9fc3 100644
--- a/tensorflow/python/training/queue_runner_test.py
+++ b/tensorflow/python/training/queue_runner_test.py
@@ -164,7 +164,7 @@ class QueueRunnerTest(test.TestCase):
coord.request_stop()
# We should be able to join because the RequestStop() will cause
# the queue to be closed and the enqueue to terminate.
- coord.join(stop_grace_period_secs=0.05)
+ coord.join(stop_grace_period_secs=1.0)
def testMultipleSessions(self):
with self.test_session() as sess: