Code Review
/
cps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7665090
)
Increase the setup timeout in k6
33/140833/2
author
halil.cakal
<halil.cakal@est.tech>
Thu, 1 May 2025 08:30:46 +0000
(09:30 +0100)
committer
halil.cakal
<halil.cakal@est.tech>
Thu, 1 May 2025 09:28:23 +0000
(10:28 +0100)
- Since the new server for on demand KPI jobs is slower than our regular
server and fails because of a limit on the set up time this patch is
to increase that
Issue-ID: CPS-2694
Change-Id: I406faadec474f3147eaedee67ba1137a82207ccb
Signed-off-by: halil.cakal <halil.cakal@est.tech>
k6-tests/ncmp/ncmp-test-runner.js
patch
|
blob
|
history
diff --git
a/k6-tests/ncmp/ncmp-test-runner.js
b/k6-tests/ncmp/ncmp-test-runner.js
index
1c53139
..
c6326f9
100644
(file)
--- a/
k6-tests/ncmp/ncmp-test-runner.js
+++ b/
k6-tests/ncmp/ncmp-test-runner.js
@@
-54,7
+54,7
@@
export const legacyBatchEventReader = new Reader({
});
export const options = {
- setupTimeout: '
2
0m',
+ setupTimeout: '
3
0m',
teardownTimeout: '20m',
scenarios: testConfig.scenarios,
thresholds: testConfig.thresholds,