a bit more time to run all jmh tests
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
9d205f5531
commit
24afe806fc
|
@ -38,7 +38,7 @@ node("linux") {
|
|||
// jmh run
|
||||
node( 'jmh-build-node' ) {
|
||||
stage("jmh-run") {
|
||||
timeout( time: 180, unit: 'MINUTES' ) {
|
||||
timeout( time: 210, unit: 'MINUTES' ) {
|
||||
withEnv( ["JAVA_HOME=${tool "$jdk"}"] ) {
|
||||
unstash name: 'perf-tests'
|
||||
sh "rm -rf jmh_results"
|
||||
|
|
Loading…
Reference in New Issue