Skip to content

Commit 215af23

Browse files
committed
tests: delete specific timeout parameter for performance test
No longer need to set individual timeout values, Because parameterized performance tests. Signed-off-by: Tomoya Iwata <[email protected]>
1 parent b95900e commit 215af23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tests/integration_tests/performance/test_benchmarks.py

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def get_executables():
4343

4444

4545
@pytest.mark.no_block_pr
46-
@pytest.mark.timeout(600)
4746
@pytest.mark.parametrize("executable", get_executables())
4847
def test_no_regression_relative_to_target_branch(executable):
4948
"""

0 commit comments

Comments
 (0)