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
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',