Skip to content

Commit 491c598

Browse files
committed
bump registry mirror test timeout
1 parent 34c5e71 commit 491c598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/images/prune.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
const (
2424
testImageSize = 1024
25-
mirrorBlobTimeout = time.Second * 10
25+
mirrorBlobTimeout = time.Second * 30
2626
// this image has a high number of relatively small blobs
2727
externalImageReference = "docker.io/openshift/origin-release:golang-1.4"
2828
)

0 commit comments

Comments
 (0)