From 274889433c313dd6fe24d297e38c0068fd6b486d Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 21 Aug 2023 11:23:32 -0700 Subject: [PATCH] Relax budget --- linter-configs/budget.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linter-configs/budget.json b/linter-configs/budget.json index afba562..fc9f701 100644 --- a/linter-configs/budget.json +++ b/linter-configs/budget.json @@ -9,7 +9,7 @@ "timings": [ { "metric": "total-blocking-time", - "budget": 0 + "budget": 500 }, { "metric": "cumulative-layout-shift", @@ -31,11 +31,11 @@ }, { "resourceType": "document", - "budget": 70 + "budget": 100 }, { "resourceType": "image", - "budget": 50 + "budget": 50 }, { "resourceType": "stylesheet",