Up testing threshold for Circle (#9418)

pull/9324/head
s-christoff 2020-12-17 12:25:05 -06:00 committed by GitHub
parent a05be282ad
commit bc520a4fc8
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"] },
};