diff --git a/test/integration/fn_pvc_test.go b/test/integration/fn_pvc_test.go index fce583d6b6..26c96d7d52 100644 --- a/test/integration/fn_pvc_test.go +++ b/test/integration/fn_pvc_test.go @@ -126,7 +126,7 @@ func createPVTestPod(ctx context.Context, t *testing.T, profile string) { t.Fatalf("kubectl apply pvc.yaml failed: args %q: %v", rr.Command(), err) } // wait for pod to be running - if _, err := PodWait(ctx, t, profile, "default", "test=storage-provisioner", Minutes(1)); err != nil { + if _, err := PodWait(ctx, t, profile, "default", "test=storage-provisioner", Minutes(3)); err != nil { t.Fatalf("failed waiting for pod: %v", err) } }