ci: Increase timout for mini-e2e-helm job

Increase timeout to provide sufficient time
for tests to execute.

Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
Yug 2020-08-18 11:39:12 +05:30 committed by mergify[bot]
parent 79adaef3d1
commit e106eed235

View File

@ -87,7 +87,7 @@ node('cico-workspace') {
}
}
stage('run e2e') {
timeout(time: 60, unit: 'MINUTES') {
timeout(time: 120, unit: 'MINUTES') {
ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && make run-e2e NAMESPACE='${namespace}' E2E_ARGS='--deploy-cephfs=false --deploy-rbd=false'"
}
}