diff --git a/mini-e2e-helm.groovy b/mini-e2e-helm.groovy index 7a20c3219..d9b2ffe2f 100644 --- a/mini-e2e-helm.groovy +++ b/mini-e2e-helm.groovy @@ -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'" } }