There was an error while loading. Please reload this page.
1 parent bd4ee0f commit 5d2dfb1Copy full SHA for 5d2dfb1
1 file changed
test/test_remote.py
@@ -406,7 +406,7 @@ def _assert_push_and_pull(self, remote, rw_repo, remote_repo):
406
# cleanup - delete created tags and branches as we are in an innerloop on
407
# the same repository
408
TagReference.delete(rw_repo, new_tag, other_tag)
409
- remote.push(":%s" % other_tag.path)
+ remote.push(":%s" % other_tag.path, timeout=10.0)
410
411
@skipIf(HIDE_WINDOWS_FREEZE_ERRORS, "FIXME: Freezes!")
412
@with_rw_and_rw_remote_repo('0.1.6')
0 commit comments