Skip to content

Commit dde993b

Browse files
committed
fixes
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
1 parent ecf8697 commit dde993b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

tests/e2e-targetallocator/targetallocator-features/chainsaw-test.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ spec:
4343
file: 00-assert.yaml
4444
- name: step-01
4545
try:
46-
- command:
47-
args:
48-
- "35"
49-
entrypoint: sleep
46+
- sleep:
47+
duration: 35s
5048
- assert:
5149
file: 01-assert.yaml

tests/e2e/ingress-subdomains/chainsaw-test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ spec:
1515
- name: step-01
1616
try:
1717
- script:
18+
timeout: 1m
1819
content: |
1920
#!/bin/bash
2021
set -ex

tests/e2e/smoke-restarting-deployment/chainsaw-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
file: 00-errors.yaml
1717
- name: step-01
1818
try:
19-
- apply:
20-
file: 01-assert-second-config.yaml
2119
- apply:
2220
file: 01-install-second-config.yaml
21+
- assert:
22+
file: 01-assert-second-config.yaml

0 commit comments

Comments
 (0)