diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2024-10-25 14:34:19 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2024-10-25 14:34:19 +0100 |
commit | eefb5b3de6e35615ac010805ba4b2e54ec6c5f11 (patch) | |
tree | e8218a32f6411ce90c6a2abea4e46b9536c647ce /k6-tests/ncmp/ncmp-kpi.js | |
parent | 2664c776fda2431846447c40aaad98b49da5593a (diff) |
[k6] Update tests for DMI stub changes for modules
It is needed to update k6 tests due to changes made in
the DMI stub for dynamic module generation:
- Increase setup timeout to 30 minutes
- Use 5 module set tags: tagA to tagE
- Update module search to look for module100
Issue-ID: CPS-2410
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I17830e4d858883743476d297af90d1ceaba1eb44
Diffstat (limited to 'k6-tests/ncmp/ncmp-kpi.js')
-rw-r--r-- | k6-tests/ncmp/ncmp-kpi.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k6-tests/ncmp/ncmp-kpi.js b/k6-tests/ncmp/ncmp-kpi.js index 8815511bdd..a8a6a09d95 100644 --- a/k6-tests/ncmp/ncmp-kpi.js +++ b/k6-tests/ncmp/ncmp-kpi.js @@ -58,8 +58,8 @@ const DURATION = '15m'; const LEGACY_BATCH_THROUGHPUT_TEST_START_TIME = '15m30s'; export const options = { - setupTimeout: '8m', - teardownTimeout: '6m', + setupTimeout: '30m', + teardownTimeout: '10m', scenarios: { passthrough_read_scenario: { executor: 'constant-vus', |