[k6] Increase timeouts after DMI stub changes 98/139298/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Sat, 26 Oct 2024 02:18:11 +0000 (03:18 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Tue, 29 Oct 2024 09:16:51 +0000 (09:16 +0000)
This commit changes k6 setup and teardown timeouts to 20 minutes.
This fixes current test failures due to time-outs.

Issue-ID: CPS-2410
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ifdbf26ed1669cdb3a2fc9afb551308757511281b

k6-tests/ncmp/ncmp-kpi.js

index a8a6a09..53f7629 100644 (file)
@@ -58,8 +58,8 @@ const DURATION = '15m';
 const LEGACY_BATCH_THROUGHPUT_TEST_START_TIME = '15m30s';
 
 export const options = {
-    setupTimeout: '30m',
-    teardownTimeout: '10m',
+    setupTimeout: '20m',
+    teardownTimeout: '20m',
     scenarios: {
         passthrough_read_scenario: {
             executor: 'constant-vus',