Skip to content

Commit

Permalink
[DELETE] Delete command "sleep 3"
Browse files Browse the repository at this point in the history
Signed-off-by: Pooya Azarpour <pooya_azarpour@yahoo.com>
  • Loading branch information
poyaz committed Apr 6, 2024
1 parent 9f776fe commit f6b0f12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e/lib/k8up.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -78,7 +77,6 @@ restic() {
}

mc() {
sleep 3
podname="minio-mc-$(timestamp)"
kubectl run "$podname" \
--restart Never \
Expand Down Expand Up @@ -295,7 +293,6 @@ given_an_existing_backup() {
if [ ! -z "${output}" ]; then
break
fi
sleep 3
done

# shellcheck disable=SC2154
Expand Down

0 comments on commit f6b0f12

Please sign in to comment.