commit | 844cb6a6646454aaba28b602cf49284df32cdc9f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jan 29 15:53:21 2025 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Jan 31 11:31:24 2025 -0800 |
tree | 7c9ee579c7821f59b44e7a035b2a703fa5a2ab08 | |
parent | 03272a40f104893ae6082aaeb882216fec4eb1f3 [diff] [blame] |
Add t.Parallel() to java tests Speeds up go test ./java from 32 seconds to 9 seconds. Test: go test ./java Change-Id: I4c6640e787c0744c6dfda03b7382839b452e24cf
diff --git a/java/container_test.go b/java/container_test.go index 25cfa4c..515236d 100644 --- a/java/container_test.go +++ b/java/container_test.go
@@ -26,6 +26,7 @@ } func TestJavaContainersModuleProperties(t *testing.T) { + t.Parallel() result := android.GroupFixturePreparers( prepareForJavaTest, ).RunTestWithBp(t, `