aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/session_manager_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/training/session_manager_test.py')
-rw-r--r--tensorflow/python/training/session_manager_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/training/session_manager_test.py b/tensorflow/python/training/session_manager_test.py
index 671436c17c..65409c73aa 100644
--- a/tensorflow/python/training/session_manager_test.py
+++ b/tensorflow/python/training/session_manager_test.py
@@ -124,7 +124,7 @@ class SessionManagerTest(tf.test.TestCase):
# Set max_wait_secs to allow us to try a few times.
with self.assertRaises(errors.DeadlineExceededError):
- sm.wait_for_session(master="", max_wait_secs=3000)
+ sm.wait_for_session(master="", max_wait_secs=3)
if __name__ == "__main__":
tf.test.main()