Skip to content

Commit

Permalink
csi-sanity: reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
huww98 committed Mar 29, 2024
1 parent ba41a39 commit d1d8cbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/csi-sanity/csi-sanity-disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ spec:
- name: csi-sanity
mountPath: /var/lib/kubelet/csi-sanity
- name: csi-sanity
image: registry-cn-hangzhou.ack.aliyuncs.com/test/csi-sanity:v1.1.0-667-g38c23552
image: registry-cn-hangzhou.ack.aliyuncs.com/test/csi-sanity:v5.1.0-19-g4fc874d
args: [
"--csi.endpoint", "/var/lib/kubelet/csi-sanity/csi.sock",
"--csi.testvolumesize", "21474836480",
Expand All @@ -180,6 +180,7 @@ spec:
"--ginkgo.junit-report", "/var/lib/kubelet/csi-sanity/report.xml",
"--ginkgo.no-color",
"--ginkgo.v",
"--ginkgo.timeout", "20m",
]
resources:
requests:
Expand Down

0 comments on commit d1d8cbc

Please sign in to comment.