Skip to content

Commit f0b6d0a

Browse files
committed
[Test]Modify the timeout for minio installation
Signed-off-by: panyintian.fu <[email protected]>
1 parent ac7e2cd commit f0b6d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/resouce_util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function resource::install_minio(){
223223
--set resources.requests.memory=200Mi \
224224
--set persistence.existingClaim=pvc-minio \
225225
--kubeconfig=${kubeconfig_file} \
226-
minio ${minio_helm_src} ${minio_img_par} --wait
226+
minio ${minio_helm_src} ${minio_img_par} --wait --timeout 600s
227227
}
228228

229229
#####################################

0 commit comments

Comments
 (0)