Skip to content

Commit

Permalink
Increase sleep time to 120 between parallel runs (#335)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 authored Oct 19, 2023
1 parent babf108 commit dc32a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jacocoTestReport {
}
}

String version = '5.10.1'
String version = '5.10.2'

task updateVersion {
doLast {
Expand Down
2 changes: 1 addition & 1 deletion vars/runBenchmarkTestScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void call(Map args = [:]) {
if (args.insecure.toBoolean()) {
sleep(5)
} else {
sleep(15)
sleep(120)
}
}
}
Expand Down

0 comments on commit dc32a83

Please sign in to comment.