Skip to content

Commit 9b4fab8

Browse files
committed
reduce number of parallel tests to avoid API throttling
1 parent 07d45cd commit 9b4fab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<version>2.20</version>
9595
<configuration>
9696
<parallel>classes</parallel>
97-
<threadCount>8</threadCount>
97+
<threadCount>4</threadCount>
9898
</configuration>
9999
</plugin>
100100
</plugins>

0 commit comments

Comments
 (0)