Skip to content

Commit

Permalink
revert latest change
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Feb 5, 2024
1 parent 693c090 commit 877e130
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 @@ -37,7 +37,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
timeout 1m pytest -m "${{inputs.filter}}" --color=yes --json-report --json-report-file=report.json dragonfly --ignore=dragonfly/replication_test.py --log-cli-level=INFO || code=$?
timeout 20m pytest -m "${{inputs.filter}}" --color=yes --json-report --json-report-file=report.json dragonfly --ignore=dragonfly/replication_test.py --log-cli-level=INFO || code=$?
if [[ $code -ne 0 ]]; then
echo "TIMEDOUT=1">> "$GITHUB_OUTPUT";
exit 1
Expand Down

0 comments on commit 877e130

Please sign in to comment.