@@ -337,7 +337,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
337
337
gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
338
338
ginkgo .By ("Expect claim status to be in Pending state" )
339
339
err = fpv .WaitForPersistentVolumeClaimPhase (ctx , v1 .ClaimPending , client ,
340
- pvclaim3 .Namespace , pvclaim3 .Name , framework .Poll , time . Minute )
340
+ pvclaim3 .Namespace , pvclaim3 .Name , framework .Poll , framework . ClaimProvisionTimeout )
341
341
gomega .Expect (err ).NotTo (gomega .HaveOccurred (),
342
342
fmt .Sprintf ("Failed to find the volume in pending state with err: %v" , err ))
343
343
defer func () {
@@ -692,7 +692,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
692
692
gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
693
693
ginkgo .By ("Expect claim status to be in Pending state" )
694
694
err = fpv .WaitForPersistentVolumeClaimPhase (ctx , v1 .ClaimPending , client ,
695
- pvclaim2 .Namespace , pvclaim2 .Name , framework .Poll , time . Minute )
695
+ pvclaim2 .Namespace , pvclaim2 .Name , framework .Poll , framework . ClaimProvisionTimeout )
696
696
gomega .Expect (err ).NotTo (gomega .HaveOccurred (),
697
697
fmt .Sprintf ("Failed to find the volume in pending state with err: %v" , err ))
698
698
defer func () {
@@ -813,7 +813,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
813
813
gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
814
814
ginkgo .By ("Expect claim status to be in Pending state" )
815
815
err = fpv .WaitForPersistentVolumeClaimPhase (ctx , v1 .ClaimPending , client ,
816
- pvclaim2 .Namespace , pvclaim2 .Name , framework .Poll , time . Minute )
816
+ pvclaim2 .Namespace , pvclaim2 .Name , framework .Poll , framework . ClaimProvisionTimeout )
817
817
gomega .Expect (err ).NotTo (gomega .HaveOccurred (),
818
818
fmt .Sprintf ("Failed to find the volume in pending state with err: %v" , err ))
819
819
defer func () {
@@ -931,7 +931,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
931
931
gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
932
932
ginkgo .By ("Expect claim status to be in Pending state" )
933
933
err = fpv .WaitForPersistentVolumeClaimPhase (ctx , v1 .ClaimPending , client ,
934
- pvclaim1 .Namespace , pvclaim1 .Name , framework .Poll , time . Minute )
934
+ pvclaim1 .Namespace , pvclaim1 .Name , framework .Poll , framework . ClaimProvisionTimeout )
935
935
gomega .Expect (err ).NotTo (gomega .HaveOccurred (),
936
936
fmt .Sprintf ("Failed to find the volume in pending state with err: %v" , err ))
937
937
defer func () {
@@ -1049,7 +1049,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
1049
1049
gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
1050
1050
ginkgo .By ("Expect claim status to be in Pending state" )
1051
1051
err = fpv .WaitForPersistentVolumeClaimPhase (ctx , v1 .ClaimPending , client ,
1052
- pvclaim2 .Namespace , pvclaim2 .Name , framework .Poll , time . Minute )
1052
+ pvclaim2 .Namespace , pvclaim2 .Name , framework .Poll , framework . ClaimProvisionTimeout )
1053
1053
gomega .Expect (err ).NotTo (gomega .HaveOccurred (),
1054
1054
fmt .Sprintf ("Failed to find the volume in pending state with err: %v" , err ))
1055
1055
defer func () {
@@ -1158,7 +1158,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
1158
1158
gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
1159
1159
ginkgo .By ("Expect claim status to be in Pending state" )
1160
1160
err = fpv .WaitForPersistentVolumeClaimPhase (ctx , v1 .ClaimPending , client ,
1161
- pvclaim1 .Namespace , pvclaim1 .Name , framework .Poll , time . Minute )
1161
+ pvclaim1 .Namespace , pvclaim1 .Name , framework .Poll , framework . ClaimProvisionTimeout )
1162
1162
gomega .Expect (err ).NotTo (gomega .HaveOccurred (),
1163
1163
fmt .Sprintf ("Failed to find the volume in pending state with err: %v" , err ))
1164
1164
var pvclaims1 []* v1.PersistentVolumeClaim
@@ -1301,7 +1301,7 @@ var _ = ginkgo.Describe("Config-Secret", func() {
1301
1301
gomega .Expect (err ).NotTo (gomega .HaveOccurred ())
1302
1302
ginkgo .By ("Expect claim status to be in Pending state" )
1303
1303
err = fpv .WaitForPersistentVolumeClaimPhase (ctx , v1 .ClaimPending , client ,
1304
- pvclaim2 .Namespace , pvclaim2 .Name , framework .Poll , time . Minute )
1304
+ pvclaim2 .Namespace , pvclaim2 .Name , framework .Poll , framework . ClaimProvisionTimeout )
1305
1305
gomega .Expect (err ).NotTo (gomega .HaveOccurred (),
1306
1306
fmt .Sprintf ("Failed to find the volume in pending state with err: %v" , err ))
1307
1307
defer func () {
0 commit comments