Skip to content

Commit

Permalink
bump max_queries up to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jul 12, 2024
1 parent d535fab commit 0c10731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run_shell_command(cmd):
else:
current_errors = fuzzer_helper.extract_github_issues(shell, perform_checks)

max_queries = 20
max_queries = 1000
last_query_log_file = 'sqlsmith.log'
complete_log_file = 'sqlsmith.complete.log'

Expand Down

0 comments on commit 0c10731

Please sign in to comment.