From 5c56565e1231f2d0d9423b46690ff7d5db352146 Mon Sep 17 00:00:00 2001 From: ankur22 Date: Thu, 21 Sep 2023 11:00:35 +0100 Subject: [PATCH] Update browser_web_vital_fcp max threshold We're seeing errors in the CI due to the test website being a bit slow. It feels like it's better to increase the threshold to account for a slow test site due to other load tests being performed against it. --- examples/multiple-scenario.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multiple-scenario.js b/examples/multiple-scenario.js index e6393bc19..ab48a9e50 100644 --- a/examples/multiple-scenario.js +++ b/examples/multiple-scenario.js @@ -27,7 +27,7 @@ export const options = { }, }, thresholds: { - browser_web_vital_fcp: ['max < 1000'], + browser_web_vital_fcp: ['max < 5000'], checks: ["rate==1.0"] } }