From 5d2dfb18777a95165f588d099111b2a553c6a8ca Mon Sep 17 00:00:00 2001 From: sroet Date: Fri, 10 Sep 2021 13:57:34 +0200 Subject: also test a call to 'push' with 10s timeout --- test/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_remote.py b/test/test_remote.py index 13da128f..243eec29 100644 --- a/test/test_remote.py +++ b/test/test_remote.py @@ -406,7 +406,7 @@ class TestRemote(TestBase): # cleanup - delete created tags and branches as we are in an innerloop on # the same repository TagReference.delete(rw_repo, new_tag, other_tag) - remote.push(":%s" % other_tag.path) + remote.push(":%s" % other_tag.path, timeout=10.0) @skipIf(HIDE_WINDOWS_FREEZE_ERRORS, "FIXME: Freezes!") @with_rw_and_rw_remote_repo('0.1.6') -- cgit v1.2.1