tests: kata-deploy: Adjust timeout

10 minutes is waay too long.  Let's give it 4 minutes only.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2024-05-27 05:54:54 +02:00
parent fba5793c0d
commit e81e8a4527

View File

@@ -82,7 +82,7 @@ setup() {
fi
local cmd="kubectl -n kube-system get -l name=kata-deploy pod 2>/dev/null | grep '\<Running\>'"
waitForProcess 600 10 "$cmd"
waitForProcess 240 10 "$cmd"
# Give some time for the pod to finish what's doing and have the
# runtimeclasses properly created