Merge pull request #10277 from GabyCT/topic/fixsk

tests: Increase timeout to wait for soak stability test deployment
This commit is contained in:
David Esparza 2024-09-09 14:07:10 -06:00 committed by GitHub
commit 6f8897249b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ function go() {
function init() {
kubectl create -f "${SCRIPT_PATH}/runtimeclass_workloads/pod-deployment.yaml"
kubectl wait --for=condition=Available --timeout=30s deployment/"${deployment_name}"
kubectl wait --for=condition=Available --timeout=100s deployment/"${deployment_name}"
}
function main() {