From bd4ee0f2f4b18889134cdc63fc934902628da1ba Mon Sep 17 00:00:00 2001 From: sroet Date: Fri, 10 Sep 2021 13:50:57 +0200 Subject: add test timeout with the old 10 s timeout --- test/test_remote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_remote.py b/test/test_remote.py index c29fac65..13da128f 100644 --- a/test/test_remote.py +++ b/test/test_remote.py @@ -401,7 +401,7 @@ class TestRemote(TestBase): res = remote.push(all=True) self._do_test_push_result(res, remote) - remote.pull('master') + remote.pull('master', timeout=10.0) # cleanup - delete created tags and branches as we are in an innerloop on # the same repository @@ -467,7 +467,7 @@ class TestRemote(TestBase): # Only for remotes - local cases are the same or less complicated # as additional progress information will never be emitted if remote.name == "daemon_origin": - self._do_test_fetch(remote, rw_repo, remote_repo) + self._do_test_fetch(remote, rw_repo, remote_repo, timeout=10.0) ran_fetch_test = True # END fetch test -- cgit v1.2.1