Skip to content

Commit 1675021

Browse files
committed
fixup: set max time
1 parent 77a3619 commit 1675021

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
@@ -197,7 +197,7 @@ def pytest_configure(self, config):
197197
config._valgrind_runner = runner
198198

199199
exit_code = pytest.main(
200-
[__file__, "--codspeed", "--codspeed-warmup-time=0"],
200+
[__file__, "--codspeed", "--codspeed-warmup-time=0", "--codspeed-max-time=30"],
201201
plugins=[RunnerPlugin()],
202202
)
203203
if exit_code != 0 and exit_code != 5:

0 commit comments

Comments
 (0)