From: Ben Soares Date: Thu, 16 Mar 2023 18:36:54 +0000 (+0000) Subject: JAL-629 failFast and new threads for each test X-Git-Tag: Release_2_11_3_0~14^2~165 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=f6498b5d0c650d72b7ffb2a03b88c5a2e08bdf4f JAL-629 failFast and new threads for each test --- diff --git a/build.gradle b/build.gradle index 87ca397..3f304bd 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } +