Skip to content

Commit 7d7d6bc

Browse files
authored
test workflows - JMeter - distributed workflows service timeout increased (#6303)
1 parent 88ffe0a commit 7d7d6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jmeter/executor-tests/crd-workflow/smoke.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ spec:
146146
use:
147147
- name: distribute/evenly
148148
count: 5
149-
timeout: 30s # initialization timeout
149+
timeout: 120s # initialization timeout
150150
logs: 'always'
151151
image: alpine/jmeter:5.6
152152
command:
@@ -199,7 +199,7 @@ spec:
199199
use:
200200
- name: distribute/evenly
201201
count: 5
202-
timeout: 30s # initialization timeout
202+
timeout: 120s # initialization timeout
203203
logs: 'always'
204204
image: alpine/jmeter:5.6
205205
command:

0 commit comments

Comments
 (0)