diff --git a/build.gradle b/build.gradle index 35f12b50d..66ae2e807 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ jacocoTestReport { } } -String version = '5.10.1' +String version = '5.10.2' task updateVersion { doLast { diff --git a/vars/runBenchmarkTestScript.groovy b/vars/runBenchmarkTestScript.groovy index 0c5e7ca81..c337b617d 100644 --- a/vars/runBenchmarkTestScript.groovy +++ b/vars/runBenchmarkTestScript.groovy @@ -58,7 +58,7 @@ void call(Map args = [:]) { if (args.insecure.toBoolean()) { sleep(5) } else { - sleep(15) + sleep(120) } } }