Skip to content

Commit b043bd8

Browse files
authored
Merge pull request #1496 from FloatXD/e2e-up-15
[Test]Modify the timeout for minio installation
2 parents 1f3a6f0 + f0b6d0a commit b043bd8

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)