aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/6-id-search-public-property.js
diff options
context:
space:
mode:
Diffstat (limited to 'k6-tests/ncmp/6-id-search-public-property.js')
-rw-r--r--k6-tests/ncmp/6-id-search-public-property.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/k6-tests/ncmp/6-id-search-public-property.js b/k6-tests/ncmp/6-id-search-public-property.js
index 0a06331a2..0c5fcc667 100644
--- a/k6-tests/ncmp/6-id-search-public-property.js
+++ b/k6-tests/ncmp/6-id-search-public-property.js
@@ -26,7 +26,7 @@ export const options = {
duration: '30s',
thresholds: {
http_req_failed: ['rate == 0'],
- http_req_duration: ['avg <= 5000'],
+ http_req_duration: ['avg <= 4500'],
},
};
@@ -46,4 +46,4 @@ export function handleSummary(data) {
return {
stdout: makeCustomSummaryReport(data, options),
};
-} \ No newline at end of file
+}