Skip to content

Commit 6c4c22c

Browse files
utam0kroboquat
utam0k
authored andcommitted
runc-facade: Alighn the number of retry.
1 parent 3660ed5 commit 6c4c22c

File tree

1 file changed

+1
-1
lines changed
  • components/image-builder-bob/cmd/runc-facade

1 file changed

+1
-1
lines changed

components/image-builder-bob/cmd/runc-facade/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"golang.org/x/xerrors"
1818
)
1919

20-
const RETRY = 2
20+
const RETRY = 3
2121

2222
func main() {
2323
log := logrus.New()

0 commit comments

Comments
 (0)