Skip to content

Commit a71da2e

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-6.0.0
2 parents cf3865c + 0ab0d8a commit a71da2e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/aignostics/wsi/cli_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def test_inspect_pydicom_geojson_import(runner: CliRunner, record_property) -> N
107107

108108

109109
@pytest.mark.integration
110+
@pytest.mark.timeout(timeout=45)
110111
def test_wsi_inspect_error_handling(runner: CliRunner, record_property) -> None:
111112
"""Test that wsi inspect command properly displays error messages."""
112113
record_property("tested-item-id", "SPEC-WSI-SERVICE")
@@ -123,6 +124,7 @@ def test_wsi_inspect_error_handling(runner: CliRunner, record_property) -> None:
123124

124125

125126
@pytest.mark.integration
127+
@pytest.mark.timeout(timeout=45)
126128
def test_wsi_dicom_inspect_error_handling(runner: CliRunner, record_property) -> None:
127129
"""Test that wsi dicom inspect command properly displays error messages."""
128130
record_property("tested-item-id", "SPEC-WSI-SERVICE")
@@ -141,6 +143,7 @@ def test_wsi_dicom_inspect_error_handling(runner: CliRunner, record_property) ->
141143

142144

143145
@pytest.mark.integration
146+
@pytest.mark.timeout(timeout=45)
144147
def test_wsi_dicom_geojson_import_error_handling(runner: CliRunner, record_property) -> None:
145148
"""Test that wsi dicom geojson_import command properly displays error messages."""
146149
record_property("tested-item-id", "SPEC-WSI-SERVICE")

0 commit comments

Comments
 (0)