JAL-629 failFast and new threads for each test
[jalview.git] / build.gradle
index 87ca397..3f304bd 100644 (file)
@@ -1754,6 +1754,11 @@ test {
 
   maxHeapSize = "1024m"
 
+/* delete these! */
+  maxParallelForks = 1
+  forkEvery = 1
+  failFast = true
+
   workingDir = jalviewDir
   def testLaf = project.findProperty("test_laf")
   if (testLaf != null) {
@@ -3986,3 +3991,4 @@ task jalviewjs {
   description "Build the site"
   dependsOn jalviewjsBuildSite
 }
+