aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/1-create-cmhandles.js
diff options
context:
space:
mode:
Diffstat (limited to 'k6-tests/ncmp/1-create-cmhandles.js')
-rw-r--r--k6-tests/ncmp/1-create-cmhandles.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/k6-tests/ncmp/1-create-cmhandles.js b/k6-tests/ncmp/1-create-cmhandles.js
index a6f8086d2..60594c712 100644
--- a/k6-tests/ncmp/1-create-cmhandles.js
+++ b/k6-tests/ncmp/1-create-cmhandles.js
@@ -35,7 +35,7 @@ export const options = {
iterations: Math.ceil(TOTAL_CM_HANDLES / BATCH_SIZE),
thresholds: {
http_req_failed: ['rate == 0'],
- http_req_duration: ['avg <= 1000'],
+ http_req_duration: ['avg <= 850'],
},
};
@@ -65,4 +65,4 @@ export function handleSummary(data) {
return {
stdout: makeCustomSummaryReport(data, options),
};
-} \ No newline at end of file
+}