diff options
Diffstat (limited to 'k6-tests/ncmp/2-wait-for-cmhandles-to-be-ready.js')
-rw-r--r-- | k6-tests/ncmp/2-wait-for-cmhandles-to-be-ready.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k6-tests/ncmp/2-wait-for-cmhandles-to-be-ready.js b/k6-tests/ncmp/2-wait-for-cmhandles-to-be-ready.js index 4ecadde2b4..5d54c60f47 100644 --- a/k6-tests/ncmp/2-wait-for-cmhandles-to-be-ready.js +++ b/k6-tests/ncmp/2-wait-for-cmhandles-to-be-ready.js @@ -27,7 +27,7 @@ export const options = { iterations: 1, thresholds: { http_req_failed: ['rate == 0'], - iteration_duration: ['max <= 300_000'], // 5 minutes + iteration_duration: ['max <= 260000'], // 4m20s }, }; @@ -67,4 +67,4 @@ export function handleSummary(data) { return { stdout: makeCustomSummaryReport(data, options), }; -}
\ No newline at end of file +} |