diff options
author | 2024-12-11 09:49:57 +0000 | |
---|---|---|
committer | 2024-12-11 09:49:57 +0000 | |
commit | b3af94c350bbba26463435671f8b6774e37b0ba4 (patch) | |
tree | 761cda8dce4d6b140d09741e0dcfa21617a877cb /k6-tests/ncmp/common/utils.js | |
parent | d7e82deca1f8594c2421bacb0267b5f800c1f7f4 (diff) | |
parent | 001a1c3230c9d0e8b19a7722638469a9a8cb658e (diff) |
Merge "Extend the container-up time after the tests finished"
Diffstat (limited to 'k6-tests/ncmp/common/utils.js')
-rw-r--r-- | k6-tests/ncmp/common/utils.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/k6-tests/ncmp/common/utils.js b/k6-tests/ncmp/common/utils.js index 589a2482e6..8e68edd438 100644 --- a/k6-tests/ncmp/common/utils.js +++ b/k6-tests/ncmp/common/utils.js @@ -24,6 +24,7 @@ export const testConfig = JSON.parse(open(`../config/${__ENV.TEST_PROFILE}.json` export const KAFKA_BOOTSTRAP_SERVERS = testConfig.hosts.kafkaBootstrapServer; export const NCMP_BASE_URL = testConfig.hosts.ncmpBaseUrl; export const DMI_PLUGIN_URL = testConfig.hosts.dmiStubUrl; +export const CONTAINER_UP_TIME_IN_SECONDS = testConfig.hosts.containerUpTimeInSeconds; export const LEGACY_BATCH_TOPIC_NAME = 'legacy_batch_topic'; export const TOTAL_CM_HANDLES = 20000; export const REGISTRATION_BATCH_SIZE = 100; |