Skip to content

Commit

Permalink
Reduce test load
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Oct 31, 2023
1 parent 78980b9 commit 64715ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/loadmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def list_configmaps():

if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('--rounds', '-r', type=int, required=False, default=5000)
parser.add_argument('--rounds', '-r', type=int, required=False, default=4000)
parser.add_argument('--log-level', '-l', type=str, required=False, default='INFO')
args = parser.parse_args()

Expand Down

0 comments on commit 64715ef

Please sign in to comment.