Skip to content

Commit 5c49239

Browse files
refactor(build, buildah): up MaxPullPushRetries (3->10) and PullPushRetryDelay (2->5)
Release-as: v2.44.1 Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
1 parent b40f2f7 commit 5c49239

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/buildah/native_linux.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ import (
5353
)
5454

5555
const (
56-
MaxPullPushRetries = 3
57-
PullPushRetryDelay = 2 * time.Second
56+
MaxPullPushRetries = 10
57+
PullPushRetryDelay = 5 * time.Second
5858
)
5959

6060
var DefaultShell = []string{"/bin/sh", "-c"}

0 commit comments

Comments
 (0)