Skip to content

Commit

Permalink
Timeout Modified
Browse files Browse the repository at this point in the history
Signed-off-by: Abukhoyer Shaik <[email protected]>
  • Loading branch information
abukhoy committed Jan 20, 2025
1 parent aaac0d4 commit 0c57580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
parallel {
stage('Run Non-CLI Non-QAIC Tests') {
steps {
timeout(time: 25, unit: 'MINUTES') {
timeout(time: 60, unit: 'MINUTES') {
sh '''
sudo docker exec ${BUILD_TAG} bash -c "
cd /efficient-transformers &&
Expand Down

0 comments on commit 0c57580

Please sign in to comment.