Skip to content

Commit

Permalink
chore: increate timeout for tiflash ut (#3078)
Browse files Browse the repository at this point in the history
In some PRs with many changes, the tiflash binary compilation time and
test execution time may exceed 60 minutes, so increase the timeout limit
here.
  • Loading branch information
purelind authored Aug 13, 2024
1 parent 4ccea2f commit 58c40fe
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pipelines/pingcap/tiflash/latest/pull_unit_test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
FILE_SERVER_URL = 'http://fileserver.pingcap.net'
}
options {
timeout(time: 60, unit: 'MINUTES')
timeout(time: 90, unit: 'MINUTES')
parallelsAlwaysFailFast()
}
stages {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
FILE_SERVER_URL = 'http://fileserver.pingcap.net'
}
options {
timeout(time: 60, unit: 'MINUTES')
timeout(time: 90, unit: 'MINUTES')
parallelsAlwaysFailFast()
}
stages {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
FILE_SERVER_URL = 'http://fileserver.pingcap.net'
}
options {
timeout(time: 60, unit: 'MINUTES')
timeout(time: 90, unit: 'MINUTES')
parallelsAlwaysFailFast()
}
stages {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
FILE_SERVER_URL = 'http://fileserver.pingcap.net'
}
options {
timeout(time: 60, unit: 'MINUTES')
timeout(time: 90, unit: 'MINUTES')
parallelsAlwaysFailFast()
}
stages {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
FILE_SERVER_URL = 'http://fileserver.pingcap.net'
}
options {
timeout(time: 60, unit: 'MINUTES')
timeout(time: 90, unit: 'MINUTES')
parallelsAlwaysFailFast()
}
stages {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
FILE_SERVER_URL = 'http://fileserver.pingcap.net'
}
options {
timeout(time: 60, unit: 'MINUTES')
timeout(time: 90, unit: 'MINUTES')
parallelsAlwaysFailFast()
}
stages {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
FILE_SERVER_URL = 'http://fileserver.pingcap.net'
}
options {
timeout(time: 60, unit: 'MINUTES')
timeout(time: 90, unit: 'MINUTES')
parallelsAlwaysFailFast()
}
stages {
Expand Down

0 comments on commit 58c40fe

Please sign in to comment.