mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +02:00
Own installed integration duration
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user