Skip to content

Increase timeout for "get_all_lfs_pointers" GRPC call

Vasilii Iakliushin requested to merge 414003_increase_timeout into master

What does this MR do and why?

Contributes to #414003 (closed)

Problem

The pull mirroring process fails for unknown reasons when ListLFSPointers request returns Cancelled state.

Patch

Increase the timeout to unblock pull mirroring process. (30s -> 55s)

That approach worked for JiHu: #414564 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports