Skip to content

Commit

Permalink
Remove sleep from arbiter test
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Jun 27, 2024
1 parent 98f85dc commit 31091a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/arbiter/run
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ check_cr_config() {
desc 'wait for convergence'
local arbiter_ip=$(get_service_ip $cluster-arbiter-0)
local URI="$(get_service_ip $cluster-0),$(get_service_ip $cluster-1),$(get_service_ip $cluster-arbiter-0)"
sleep 240
wait_cluster_consistency "${cluster/-rs0/}"

# check arbiter liveness
if [[ $(kubectl_bin get pod \
Expand Down

0 comments on commit 31091a0

Please sign in to comment.