summaryrefslogtreecommitdiff
path: root/test/test_remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_remote.py')
-rw-r--r--test/test_remote.py4
1 files changed, 2 insertions, 2 deletions
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