[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
reltuk
2023-05-15 18:31:45 +00:00
parent a55806750c
commit 5ce8cc03d9
@@ -199,7 +199,7 @@ func (h *commithook) attemptHeartbeat(ctx context.Context) {
if destDB == nil {
return
}
ctx, h.cancelReplicate = context.WithTimeout(ctx, 5 * time.Second)
ctx, h.cancelReplicate = context.WithTimeout(ctx, 5*time.Second)
defer func() {
if h.cancelReplicate != nil {
h.cancelReplicate()