@@ -48,7 +48,7 @@ var _ = Describe("Test framework deployment", func() {
4848 checkArgs (cluster , expectedArgs ... )
4949
5050 By (logPrefix + "removing the framework deployment when the ManagedClusterAddOn CR is removed" )
51- Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=30s " )
51+ Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=90s " )
5252 deploy = GetWithTimeout (
5353 cluster .clusterClient , gvrDeployment , case1DeploymentName , addonNamespace , false , 30 ,
5454 )
@@ -104,7 +104,7 @@ var _ = Describe("Test framework deployment", func() {
104104 )
105105 Expect (err ).ToNot (HaveOccurred ())
106106
107- deploy := GetWithTimeout (hubClient , gvrDeployment , case1DeploymentName , installNamespace , false , 60 )
107+ deploy := GetWithTimeout (hubClient , gvrDeployment , case1DeploymentName , installNamespace , false , 90 )
108108 Expect (deploy ).To (BeNil ())
109109
110110 namespace := GetWithTimeout (hubClient , gvrNamespace , installNamespace , "" , false , 120 )
@@ -150,7 +150,7 @@ var _ = Describe("Test framework deployment", func() {
150150 )
151151 Expect (err ).ToNot (HaveOccurred ())
152152
153- deploy := GetWithTimeout (hubClient , gvrDeployment , case1DeploymentName , installNamespace , false , 30 )
153+ deploy := GetWithTimeout (hubClient , gvrDeployment , case1DeploymentName , installNamespace , false , 90 )
154154 Expect (deploy ).To (BeNil ())
155155
156156 By (logPrefix + "verifying install namespace is not removed when the ManagedClusterAddOn CR is removed" )
@@ -194,7 +194,7 @@ var _ = Describe("Test framework deployment", func() {
194194 checkArgs (cluster , "--log-encoder=console" , "--log-level=8" , "--v=6" )
195195
196196 By (logPrefix + "removing the framework deployment when the ManagedClusterAddOn CR is removed" )
197- Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=30s " )
197+ Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=90s " )
198198 deploy = GetWithTimeout (
199199 cluster .clusterClient , gvrDeployment , case1DeploymentName , addonNamespace , false , 30 ,
200200 )
@@ -243,7 +243,7 @@ var _ = Describe("Test framework deployment", func() {
243243 Expect (tolerations [0 ]).To (Equal (expected ))
244244
245245 By (logPrefix + "removing the framework deployment when the ManagedClusterAddOn CR is removed" )
246- Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=30s " )
246+ Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=90s " )
247247 deploy = GetWithTimeout (
248248 cluster .clusterClient , gvrDeployment , case1DeploymentName , addonNamespace , false , 30 ,
249249 )
@@ -295,7 +295,7 @@ var _ = Describe("Test framework deployment", func() {
295295 checkArgs (cluster , "--log-encoder=console" , "--log-level=8" , "--v=6" )
296296
297297 By (logPrefix + "deleting the managedclusteraddon" )
298- Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=30s " )
298+ Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=90s " )
299299 deploy = GetWithTimeout (
300300 cluster .clusterClient , gvrDeployment , case1DeploymentName , addonNamespace , false , 30 ,
301301 )
@@ -406,7 +406,7 @@ var _ = Describe("Test framework deployment", func() {
406406 checkArgs (cluster , "--log-encoder=console" , "--log-level=8" , "--v=6" )
407407
408408 By (logPrefix + "deleting the managedclusteraddon" )
409- Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=30s " )
409+ Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=90s " )
410410 deploy = GetWithTimeout (
411411 cluster .clusterClient , gvrDeployment , case1DeploymentName , addonNamespace , false , 30 ,
412412 )
@@ -452,7 +452,7 @@ var _ = Describe("Test framework deployment", func() {
452452 }, 60 , 5 ).Should (HaveLen (defaultLength ))
453453
454454 By (logPrefix + "deleting the managedclusteraddon" )
455- Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=30s " )
455+ Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=90s " )
456456 deploy = GetWithTimeout (
457457 cluster .clusterClient , gvrDeployment , case1DeploymentName , addonNamespace , false , 30 ,
458458 )
@@ -508,7 +508,7 @@ var _ = Describe("Test framework deployment", func() {
508508 }, 30 , 5 ).Should (HaveLen (defaultLength ))
509509
510510 By (logPrefix + "deleting the managedclusteraddon" )
511- Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=30s " )
511+ Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=90s " )
512512 deploy = GetWithTimeout (
513513 cluster .clusterClient , gvrDeployment , case1DeploymentName , addonNamespace , false , 30 ,
514514 )
@@ -535,7 +535,7 @@ var _ = Describe("Test framework deployment", func() {
535535 GetWithTimeoutClusterResource (cluster .clusterClient , gvrNamespace , cluster .clusterName , true , 15 )
536536
537537 By (logPrefix + "deleting the managedclusteraddon" )
538- Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=30s " )
538+ Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=90s " )
539539 deploy = GetWithTimeout (
540540 cluster .clusterClient , gvrDeployment , case1DeploymentName , addonNamespace , false , 30 ,
541541 )
@@ -579,7 +579,7 @@ var _ = Describe("Test framework deployment", func() {
579579 }
580580
581581 By (logPrefix + "deleting the managedclusteraddon" )
582- Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=30s " )
582+ Kubectl ("delete" , "-n" , cluster .clusterName , "-f" , case1ManagedClusterAddOnCR , "--timeout=90s " )
583583 deploy = GetWithTimeout (
584584 cluster .clusterClient , gvrDeployment , case1DeploymentName , addonNamespace , false , 30 ,
585585 )
0 commit comments