Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
|#0|Removing max parallel forks and fork every from /build.gradle file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mananbharara committed May 24, 2013
1 parent 0bd5fd3 commit e622388
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,8 @@ subprojects {
systemProperties System.properties
useJUnit {
includeCategories 'org.openlmis.db.categories.UnitTests'
includeCategories 'org.openlmis.db.categories.IntegrationTests'
}
forkEvery = 5
maxParallelForks = 25
}

test.doLast {
tasks.IntegrationTests.execute()
}

task IntegrationTests(type: Test) {
Expand Down

0 comments on commit e622388

Please sign in to comment.