From 87fa5a2d48ef10f35bfd441d35f2830f6ae63967 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 23 Apr 2026 14:47:50 -0500 Subject: [PATCH] [ci] Reset import-time baseline to CI-observed 91ms CI measured 90.6ms after the lazy-import refactor lands. Set baseline to 91ms with 15% margin (ceiling 104.65ms, ~14ms headroom for GHA variance over the observed measurement). --- script/import_time_budget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/import_time_budget.json b/script/import_time_budget.json index 2f9cac038c..af3aa83511 100644 --- a/script/import_time_budget.json +++ b/script/import_time_budget.json @@ -1,5 +1,5 @@ { "target_module": "esphome.__main__", "margin_pct": 15, - "cumulative_us": 82000 + "cumulative_us": 91000 }