Own installed integration duration

This commit is contained in:
Joseph Magly
2026-08-15 04:33:15 -04:00
parent 753c53d07f
commit 256c39ea6a
2 changed files with 13 additions and 3 deletions
+12 -2
View File
@@ -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",
+1 -1
View File
@@ -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,