Increase the setup timeout in k6 33/140833/2
authorhalil.cakal <halil.cakal@est.tech>
Thu, 1 May 2025 08:30:46 +0000 (09:30 +0100)
committerhalil.cakal <halil.cakal@est.tech>
Thu, 1 May 2025 09:28:23 +0000 (10:28 +0100)
- 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 <halil.cakal@est.tech>
k6-tests/ncmp/ncmp-test-runner.js

index 1c53139..c6326f9 100644 (file)
@@ -54,7 +54,7 @@ export const legacyBatchEventReader = new Reader({
 });
 
 export const options = {
-    setupTimeout: '20m',
+    setupTimeout: '30m',
     teardownTimeout: '20m',
     scenarios: testConfig.scenarios,
     thresholds: testConfig.thresholds,