Skip to content

Commit

Permalink
adds timeout to ovserver issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Feb 23, 2024
1 parent 2a7885c commit bd9b563
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ async def test_start_stop_computation(
)


@pytest.mark.timeout(3 * 60, func_only=True)
@pytest.mark.parametrize(*standard_role_response(), ids=str)
async def test_run_pipeline_and_check_state(
client: TestClient,
Expand Down

0 comments on commit bd9b563

Please sign in to comment.