diff --git a/tests/functional/kata-deploy/kata-deploy.bats b/tests/functional/kata-deploy/kata-deploy.bats index 4b7d904e71..8969eac797 100644 --- a/tests/functional/kata-deploy/kata-deploy.bats +++ b/tests/functional/kata-deploy/kata-deploy.bats @@ -82,7 +82,7 @@ setup() { fi local cmd="kubectl -n kube-system get -l name=kata-deploy pod 2>/dev/null | grep '\'" - 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