diff --git a/Jenkinsfile b/Jenkinsfile index 76e8dca538..fb5ad1244f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { options { - timeout(time: 90, unit: 'MINUTES') + timeout(time: 100, unit: 'MINUTES') buildDiscarder(logRotator(numToKeepStr:'10')) disableConcurrentBuilds(abortPrevious: true) } diff --git a/testsuites/org.eclipse.birt.report.tests.chart/pom.xml b/testsuites/org.eclipse.birt.report.tests.chart/pom.xml index 46baed7d15..ea5861d728 100644 --- a/testsuites/org.eclipse.birt.report.tests.chart/pom.xml +++ b/testsuites/org.eclipse.birt.report.tests.chart/pom.xml @@ -23,6 +23,9 @@ org.eclipse.birt.report.tests.chart eclipse-test-plugin + + false + @@ -48,7 +51,7 @@ org.eclipse.birt.report.tests.chart.AllTests ${skipTests} - -Duser.country=us -Duser.language=en -Dfile.encoding=UTF-8 + -Duser.country=us -Duser.language=en -Dfile.encoding=UTF-8 -DtestOnCentos=${testOnCentos}