We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 004e2b6 + 173c7d0 commit dbd61e3Copy full SHA for dbd61e3
test/extended/images/extract.go
@@ -4,6 +4,7 @@ import (
4
"context"
5
"fmt"
6
"strings"
7
+ "time"
8
9
"github.com/MakeNowJust/heredoc"
10
g "github.com/onsi/ginkgo/v2"
@@ -111,6 +112,6 @@ var _ = g.Describe("[sig-imageregistry][Feature:ImageExtract] Image extract", fu
111
112
oc image extract --insecure %[1]s --file=/etc/shadow
113
[ -f /tmp/test3/shadow ]
114
`, extractImage)))
- cli.WaitForSuccess(context.TODO(), pod.Name, podStartupTimeout)
115
+ cli.WaitForSuccess(context.TODO(), pod.Name, 5*time.Minute)
116
})
117
0 commit comments