Skip to content

Commit

Permalink
tests: delete specific timeout parameter for performance test
Browse files Browse the repository at this point in the history
No longer need to set individual timeout values,
Because parameterized performance tests.

Signed-off-by: Tomoya Iwata <[email protected]>
  • Loading branch information
cm-iwata committed Jan 12, 2025
1 parent b95900e commit 215af23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests/performance/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def get_executables():


@pytest.mark.no_block_pr
@pytest.mark.timeout(600)
@pytest.mark.parametrize("executable", get_executables())
def test_no_regression_relative_to_target_branch(executable):
"""
Expand Down

0 comments on commit 215af23

Please sign in to comment.