Skip to content

Commit 92482a4

Browse files
ci: update helm timeout
1 parent 6b9efc8 commit 92482a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chronograf-cypress-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
kubectl create secret generic influxdb-license --from-literal=INFLUXDB_ENTERPRISE_LICENSE_KEY=${INFLUXDB_ENTERPRISE_LICENSE_KEY}
7575
helm upgrade --install influxdb influxdata/influxdb-enterprise --namespace default \
7676
--wait \
77-
--timeout 5m \
77+
--timeout 15m \
7878
--set-string envFromSecret=influxdb-license \
7979
--set-string data.service.type=NodePort \
8080
--set-string meta.service.type=NodePort \

0 commit comments

Comments
 (0)