Skip to content

Commit c7deaba

Browse files
Merge pull request #31275 from bfournie/iri-increase-scc-time-check
AGENT-1535: Increase the time checking for IRI SCC uid-range
2 parents f0a8565 + e67ec26 commit c7deaba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extended/internalreleaseimage/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func (h *IRITestHelper) CreateSimpleNamespace() string {
179179

180180
// Wait for the namespace controller to set the SCC uid-range annotation,
181181
// which is required by the admission controller before pods can be created.
182-
err = wait.PollUntilContextTimeout(context.Background(), 500*time.Millisecond, 30*time.Second, true, func(ctx context.Context) (bool, error) {
182+
err = wait.PollUntilContextTimeout(context.Background(), 500*time.Millisecond, 60*time.Second, true, func(ctx context.Context) (bool, error) {
183183
updatedNs, err := h.oc.AdminKubeClient().CoreV1().Namespaces().Get(ctx, createdNs.Name, metav1.GetOptions{})
184184
if err != nil {
185185
return false, err

0 commit comments

Comments
 (0)