Skip to content

Commit

Permalink
ci: reduce late_registration_loop iterations, run out of runner disk …
Browse files Browse the repository at this point in the history
…space

Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum authored and baum committed Aug 6, 2024
1 parent 9839fa0 commit 9ff0b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ha/late_registration_loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else
test_dir=$(dirname $0)
fi

ITERATIONS=7
ITERATIONS=3
for i in $(seq $ITERATIONS); do
echo "Iteration #$i"
source $test_dir/late_registration.sh
Expand Down

0 comments on commit 9ff0b03

Please sign in to comment.