Complete the test and update xk6-binary file to the latest

[MAILPOET-4956]
This commit is contained in:
Veljko
2023-02-22 11:24:58 +01:00
committed by Veljko V
parent 14e2fcfef3
commit d406e7c05e
3 changed files with 17 additions and 9 deletions

View File

@@ -34,14 +34,14 @@ let scenarios = {
executor: 'per-vu-iterations',
vus: 1,
iterations: 1,
maxDuration: '2m',
maxDuration: '5m',
exec: 'pullRequests',
},
nightlytests: {
executor: 'per-vu-iterations',
vus: 1,
iterations: 3,
maxDuration: '5m',
maxDuration: '15m',
exec: 'nightly',
},
};