Skip to content

Commit

Permalink
Fix tests acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
smithumble committed Aug 1, 2024
1 parent 3b27dac commit 2338e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procedure_tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


def run_test(argv):
default_args = ["--acceleration", "50000", "--path", "/api/2.5/", "--submission", "quick(mode:no-auction)"]
default_args = ["--acceleration", "10000", "--path", "/api/2.5/", "--submission", "quick(mode:no-auction)"]
args = (
[
os.environ.get(API_HOST),
Expand Down

0 comments on commit 2338e9c

Please sign in to comment.