Skip to content

Commit b4170f6

Browse files
probe timeout env var added to acceptance testing template. (#175)
Signed-off-by: Michael Valdron <[email protected]>
1 parent 4fd89db commit b4170f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.ci/acceptance-tests/devfile-registry-acceptance.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ objects:
2121
env:
2222
- name: REGISTRY
2323
value: ${REGISTRY}
24+
- name: PROBE_TIMEOUT
25+
value: ${PROBE_TIMEOUT}
2426
resources:
2527
requests:
2628
cpu: 20m
@@ -41,6 +43,11 @@ parameters:
4143
- name: REGISTRY
4244
value: "https://registry.stage.devfile.io"
4345
required: true
46+
- name: PROBE_TIMEOUT
47+
value: "600"
48+
description: |-
49+
The maximum time in seconds the test suite will wait
50+
for the target deployment to be in ready state.
4451
- name: JOB_NAME
4552
generate: expression
4653
from: "[a-z0-9]{5}"

0 commit comments

Comments
 (0)