Skip to content

Commit

Permalink
Update browser_web_vital_fcp max threshold
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ankur22 committed Sep 22, 2023
1 parent e40881f commit 5c56565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiple-scenario.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const options = {
},
},
thresholds: {
browser_web_vital_fcp: ['max < 1000'],
browser_web_vital_fcp: ['max < 5000'],
checks: ["rate==1.0"]
}
}
Expand Down

0 comments on commit 5c56565

Please sign in to comment.