mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-05 02:00:11 +00:00
Merge pull request #10277 from GabyCT/topic/fixsk
tests: Increase timeout to wait for soak stability test deployment
This commit is contained in:
commit
6f8897249b
@ -27,7 +27,7 @@ function go() {
|
|||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
kubectl create -f "${SCRIPT_PATH}/runtimeclass_workloads/pod-deployment.yaml"
|
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() {
|
function main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user