Skip to content

Commit 01061f9

Browse files
committed
try different concurrency in tests
1 parent 3dac486 commit 01061f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@
807807
<skipTests>${skipUnitTests}</skipTests>
808808

809809
<!-- Enable concurrent test execution by default -->
810-
<parallel>classes</parallel>
810+
<parallel>methods</parallel>
811811
<threadCount>10</threadCount>
812812

813813
<trimStackTrace>false</trimStackTrace>

0 commit comments

Comments
 (0)