Skip to content

Commit 5091ec1

Browse files
committed
increased timeout for CLI tests
Signed-off-by: Onkar Chougule <[email protected]>
1 parent 3b5466e commit 5091ec1

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)