From: halil.cakal Date: Thu, 1 May 2025 08:30:46 +0000 (+0100) Subject: Increase the setup timeout in k6 X-Git-Tag: 3.6.3~35^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ece788c408c2a8e8034cab4613c31665f32650eb;p=cps.git Increase the setup timeout in k6 - Since the new server for on demand KPI jobs is slower than our regular server and fails because of a limit on the set up time this patch is to increase that Issue-ID: CPS-2694 Change-Id: I406faadec474f3147eaedee67ba1137a82207ccb Signed-off-by: halil.cakal --- diff --git a/k6-tests/ncmp/ncmp-test-runner.js b/k6-tests/ncmp/ncmp-test-runner.js index 1c53139991..c6326f9916 100644 --- a/k6-tests/ncmp/ncmp-test-runner.js +++ b/k6-tests/ncmp/ncmp-test-runner.js @@ -54,7 +54,7 @@ export const legacyBatchEventReader = new Reader({ }); export const options = { - setupTimeout: '20m', + setupTimeout: '30m', teardownTimeout: '20m', scenarios: testConfig.scenarios, thresholds: testConfig.thresholds,