Skip to content

Commit a29b4a2

Browse files
committed
fix: decrease max time
1 parent 650f8a8 commit a29b4a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench/bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def pytest_configure(self, config):
184184
config._valgrind_runner = runner
185185

186186
exit_code = pytest.main(
187-
[__file__, "--codspeed", "--codspeed-warmup-time=0", "--codspeed-max-time=30"],
187+
[__file__, "-v", "--codspeed", "--codspeed-warmup-time=0", "--codspeed-max-time=3"],
188188
plugins=[RunnerPlugin()],
189189
)
190190
if exit_code != 0 and exit_code != 5:

0 commit comments

Comments
 (0)