Skip to content

Commit 6c3ad0f

Browse files
committed
Merge branch 'image_text_support' of github.com:asmigosw/efficient-transformers into image_text_support
2 parents 7b8ab2f + 5091ec1 commit 6c3ad0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pipeline {
6969
}
7070
stage('CLI Tests') {
7171
steps {
72-
timeout(time: 15, unit: 'MINUTES') {
72+
timeout(time: 150, unit: 'MINUTES') {
7373
sh '''
7474
sudo docker exec ${BUILD_TAG} bash -c "
7575
source /qnn_sdk/bin/envsetup.sh &&

0 commit comments

Comments
 (0)