From ece788c408c2a8e8034cab4613c31665f32650eb Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Thu, 1 May 2025 09:30:46 +0100 Subject: [PATCH] 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 --- k6-tests/ncmp/ncmp-test-runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.16.6