Skip to content

Commit

Permalink
fix: replaced max-examples by hypothesis-max-examples as max-examples…
Browse files Browse the repository at this point in the history
… wasn't having any effect on the timeout
  • Loading branch information
vedpatwardhan committed Oct 27, 2023
1 parent b12958d commit cf06f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/determine_tests/array_api_det_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main():
'ARRAY_API_TESTS_MODULE="ivy" -v "$(pwd)":/ivy unifyai/ivy:latest '
'timeout 30m /bin/bash -c "coverage run --source=ivy,ivy_tests -m pytest '
f'{test_name} -k \\"{k_flag[backend]}\\" --disable-warnings --tb=short '
"--max-examples 5 -vv > coverage_output;coverage annotate > "
"--hypothesis-max-examples 5 -vv > coverage_output;coverage annotate > "
'coverage_output"'
)
os.system(command)
Expand Down

0 comments on commit cf06f23

Please sign in to comment.