[ARVADOS] updated: 0610dd902a4049d64f4c69eb9426a35e30646215
git at public.curoverse.com
git at public.curoverse.com
Mon Nov 16 18:27:41 EST 2015
Summary of changes:
sdk/python/tests/test_keep_client.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0610dd902a4049d64f4c69eb9426a35e30646215 (commit)
from e525c40d0df0f69ef5b694bb728e0e06472ef5c5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 0610dd902a4049d64f4c69eb9426a35e30646215
Author: sguthrie <sallyeguthrie at gmail.com>
Date: Mon Nov 16 18:27:35 2015 -0500
Closed open paren
diff --git a/sdk/python/tests/test_keep_client.py b/sdk/python/tests/test_keep_client.py
index 6aa08ad..6db1bea 100644
--- a/sdk/python/tests/test_keep_client.py
+++ b/sdk/python/tests/test_keep_client.py
@@ -714,7 +714,7 @@ class KeepClientTimeout(unittest.TestCase, tutil.ApiClientMock):
# Allow 1s to connect, then 100ms for response. Nothing should
# work, and everything should take at least 100ms to return.
- kc = self.keepClient(timeouts=(1, .1)
+ kc = self.keepClient(timeouts=(1, .1))
with self.assertTakesBetween(.1, .2):
with self.assertRaises(arvados.errors.KeepReadError):
kc.get(loc, num_retries=0)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list