1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Improvements in up-to-date checking and use of parallel tests where possible.

This commit is contained in:
Luke Taylor
2010-08-05 02:11:00 +01:00
parent 64375484a1
commit 413b2a06e3
8 changed files with 52 additions and 21 deletions
+2 -1
View File
@@ -27,4 +27,5 @@ test {
jvmArgs = ["-ea", '-Xms128m', '-Xmx500m']
systemProperties = ['webapp.dir': "$projectDir/src/main/webapp"]
}
}
maxParallelForks = 1
}