mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 16:32:03 +00:00
ci: k8s: Use the proper command for sleep
`wait` waits for a job to complete, not a number of seconds. Not sure
how I got that wrong in the first place, but it's what it's.
Fixes: #6542
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit 028a97e0d5
)
This commit is contained in:
parent
92fdaf9719
commit
7a96d0a589
@ -138,7 +138,7 @@ function deploy_k3s() {
|
||||
curl -sfL https://get.k3s.io | sh -
|
||||
|
||||
# This is an arbitrary value that came up from local tests
|
||||
wait 240s
|
||||
sleep 240s
|
||||
}
|
||||
|
||||
function deploy_k8s() {
|
||||
|
Loading…
Reference in New Issue
Block a user