@@ -35,7 +35,7 @@ class TestHelmPerlDancerMysqlAppTemplate:
35
35
def setup_method (self ):
36
36
package_name = "redhat-perl-dancer-application"
37
37
path = test_dir
38
- self .hc_api = HelmChartsAPI (path = path , package_name = package_name , tarball_dir = test_dir )
38
+ self .hc_api = HelmChartsAPI (path = path , package_name = package_name , tarball_dir = test_dir , shared_cluster = True )
39
39
self .hc_api .clone_helm_chart_repo (
40
40
repo_url = "https://github.com/sclorg/helm-charts" , repo_name = "helm-charts" ,
41
41
subdir = "charts/redhat"
@@ -58,7 +58,7 @@ def test_dancer_application(self):
58
58
"namespace" : self .hc_api .namespace
59
59
}
60
60
)
61
- assert self .hc_api .is_s2i_pod_running (pod_name_prefix = "dancer-example" , timeout = 400 )
61
+ assert self .hc_api .is_s2i_pod_running (pod_name_prefix = "dancer-example" , timeout = 480 )
62
62
assert self .hc_api .oc_api .check_response_inside_cluster (
63
63
name_in_template = "dancer-example" ,
64
64
expected_output = "Welcome to your Dancer application"
@@ -77,5 +77,5 @@ def test_dancer_application_helm_test(self):
77
77
"namespace" : self .hc_api .namespace
78
78
}
79
79
)
80
- assert self .hc_api .is_s2i_pod_running (pod_name_prefix = "dancer-example" , timeout = 400 )
80
+ assert self .hc_api .is_s2i_pod_running (pod_name_prefix = "dancer-example" , timeout = 480 )
81
81
assert self .hc_api .test_helm_chart (expected_str = ["Welcome to your Dancer application" ])
0 commit comments