diff --git a/ci/test-quality-policy.json b/ci/test-quality-policy.json index d80e804..2ca1218 100644 --- a/ci/test-quality-policy.json +++ b/ci/test-quality-policy.json @@ -149,11 +149,21 @@ "max_testcase_seconds": 15.0, "max_marker_seconds": { "cpu": 120.0, - "integration": 60.0, + "integration": 120.0, "unmarked": 120.0 }, "maximum_owner_days": 90, - "owned_slow_tests": [] + "owned_slow_tests": [ + { + "nodeid": "tests.test_offline_integration::test_installed_package_cli_executes_offline_checkpoint_to_report_slice", + "owner": "@maintainers", + "reason": "Exercises an installed distribution through the offline checkpoint-to-report CLI boundary.", + "issue": "https://github.com/elder-plinius/OBLITERATUS/issues/100", + "max_seconds": 120.0, + "opened": "2026-08-15", + "expires": "2026-11-13" + } + ] }, "repeat_gate": { "owner": "@maintainers", diff --git a/tests/test_quality_policy.py b/tests/test_quality_policy.py index 47418e8..c902d54 100644 --- a/tests/test_quality_policy.py +++ b/tests/test_quality_policy.py @@ -69,7 +69,7 @@ def _policy(): "max_testcase_seconds": 15.0, "max_marker_seconds": { "cpu": 120.0, - "integration": 60.0, + "integration": 120.0, "unmarked": 120.0, }, "maximum_owner_days": 90,