Skip to content

Commit

Permalink
1000x
Browse files Browse the repository at this point in the history
  • Loading branch information
chakaz committed Sep 24, 2024
1 parent e54f458 commit 446d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/regression-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
export DRAGONFLY_PATH="${GITHUB_WORKSPACE}/${{inputs.build-folder-name}}/${{inputs.dfly-executable}}"
export UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 # to crash on errors
for i in {1..100}; do
for i in {1..1000}; do
pytest -xv dragonfly/acl_family_test.py::test_acl_revoke_pub_sub_while_subscribed
if [ $? -ne 0 ]; then
echo "Command failed on iteration $i"
Expand Down

0 comments on commit 446d77a

Please sign in to comment.