Skip to content

Commit

Permalink
increasing the total test timeout from 3 to 4 hrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptankov committed Oct 24, 2023
1 parent 73101b1 commit 8a4f519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ TestsReportXML = '<testsuite name=\\"PXC\\">\n'
void makeReport() {
def wholeTestAmount=tests.size()
def startedTestAmount = 0

for (int i=0; i<tests.size(); i++) {
def testResult = tests[i]["result"]
def testTime = tests[i]["time"]
Expand Down Expand Up @@ -421,7 +421,7 @@ pipeline {
}
}
options {
timeout(time: 3, unit: 'HOURS')
timeout(time: 4, unit: 'HOURS')
}
parallel {
stage('cluster1') {
Expand Down

0 comments on commit 8a4f519

Please sign in to comment.