We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9925785 commit bd4ee0fCopy full SHA for bd4ee0f
test/test_remote.py
@@ -401,7 +401,7 @@ def _assert_push_and_pull(self, remote, rw_repo, remote_repo):
401
res = remote.push(all=True)
402
self._do_test_push_result(res, remote)
403
404
- remote.pull('master')
+ remote.pull('master', timeout=10.0)
405
406
# cleanup - delete created tags and branches as we are in an innerloop on
407
# the same repository
@@ -467,7 +467,7 @@ def test_base(self, rw_repo, remote_repo):
467
# Only for remotes - local cases are the same or less complicated
468
# as additional progress information will never be emitted
469
if remote.name == "daemon_origin":
470
- self._do_test_fetch(remote, rw_repo, remote_repo)
+ self._do_test_fetch(remote, rw_repo, remote_repo, timeout=10.0)
471
ran_fetch_test = True
472
# END fetch test
473
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments