Skip to content

Commit

Permalink
Increase test fork frequency.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Sep 19, 2022
1 parent e756e5a commit f0f91dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsettings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tasks.withType(Test) {
* anything else : run the non-cloud tests
*/
String TEST_TYPE = "$System.env.TEST_TYPE"
forkEvery 100
forkEvery 1
useTestNG {
if (TEST_TYPE == "cloud") {
// run only the cloud tests
Expand Down

0 comments on commit f0f91dd

Please sign in to comment.