Skip to content

Commit c630cef

Browse files
committed
chore: fix unit tests
1 parent 85a7311 commit c630cef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/chronicle/test_client_parser_validation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def test_trigger_github_checks(mock_client, monkeypatch):
3939
mock_client,
4040
associated_pr="owner/repo/pull/123",
4141
log_type="DUMMY_LOGTYPE",
42+
timeout=60,
4243
)
4344

4445

@@ -60,4 +61,5 @@ def test_get_analysis_report(mock_client, monkeypatch):
6061
log_type="DEF",
6162
parser_id="XYZ",
6263
report_id="123",
64+
timeout=60,
6365
)

0 commit comments

Comments
 (0)