Up testing threshold for Circle (#9418)

This commit is contained in:
s-christoff 2020-12-17 12:25:05 -06:00 committed by GitHub
parent d302cf769c
commit a09737c51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,5 +44,5 @@ export let options = {
// 10 minute
duration: "10m",
// 95% of requests must complete below 2s
thresholds: { http_req_duration: ["p(95)<2000"] },
thresholds: { http_req_duration: ["p(95)<2500"] },
};