Skip to content

Commit f590f76

Browse files
committed
random fixes
1 parent 7ba2f14 commit f590f76

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

e2e-tests/tests/custom-envs/05-update-env-in-secret-for-instance.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ commands:
66
set -o xtrace
77
88
source ../../functions
9-
timeout: 20
109
1110
kubectl -n "${NAMESPACE}" patch secret instance-env-secret \
1211
--type='merge' \
@@ -16,4 +15,4 @@ commands:
1615
sleep 10
1716
wait_cluster_consistency custom-envs
1817
check_envs_for_component add instance DB_USER=myuser DB_PASSWORD=MyS3cretP@ss DB_NEW_ENV=new-value
19-
18+
timeout: 20

e2e-tests/tests/huge-pages/02-verify-hugepages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ commands:
2626
verify_hugepages_usage "${PRIMARY}" "${NAMESPACE}" "database"
2727
2828
echo "Hugepages verification passed"
29+
timeout: 120

e2e-tests/tests/ldap-tls/00-deploy-operator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ commands:
1616
deploy_operator
1717
deploy_client
1818
deploy_cert_manager
19+
timeout: 10

e2e-tests/tests/ldap/00-deploy-operator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ commands:
1515
1616
deploy_operator
1717
deploy_client
18+
timeout: 10

0 commit comments

Comments
 (0)