diff --git a/tests/conftest.py b/tests/conftest.py index 1f5b2b083..c66ef6fa0 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -271,7 +271,7 @@ def math_prompts() -> list[str]: "What do you get when you divide {a} by {b}?", ] - for i in range(150): + for i in range(100): template = random.choice(templates) # Generate operands between 1 and 10