From f6b0f1259cac555c07b48e3d646eae27eddadeca Mon Sep 17 00:00:00 2001 From: Pooya Azarpour Date: Sat, 6 Apr 2024 11:20:33 +0330 Subject: [PATCH] [DELETE] Delete command "sleep 3" Signed-off-by: Pooya Azarpour --- e2e/lib/k8up.bash | 3 --- 1 file changed, 3 deletions(-) diff --git a/e2e/lib/k8up.bash b/e2e/lib/k8up.bash index ac7615b42..0f4f574c9 100755 --- a/e2e/lib/k8up.bash +++ b/e2e/lib/k8up.bash @@ -56,7 +56,6 @@ clear_pv_data() { # It's very unreliable unfortunately. So running the pod, waiting and getting the # log output is a lot less prone for race conditions. restic() { - sleep 3 podname="restic-$(timestamp)" kubectl run "$podname" \ --restart Never \ @@ -78,7 +77,6 @@ restic() { } mc() { - sleep 3 podname="minio-mc-$(timestamp)" kubectl run "$podname" \ --restart Never \ @@ -295,7 +293,6 @@ given_an_existing_backup() { if [ ! -z "${output}" ]; then break fi - sleep 3 done # shellcheck disable=SC2154