Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 5c56565

Browse files
committed
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.
1 parent e40881f commit 5c56565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multiple-scenario.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const options = {
2727
},
2828
},
2929
thresholds: {
30-
browser_web_vital_fcp: ['max < 1000'],
30+
browser_web_vital_fcp: ['max < 5000'],
3131
checks: ["rate==1.0"]
3232
}
3333
}

0 commit comments

Comments
 (0)