diff --git a/mini-e2e.groovy b/mini-e2e.groovy index 353aa5df9..04760fe25 100644 --- a/mini-e2e.groovy +++ b/mini-e2e.groovy @@ -77,7 +77,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' } }