Skip to content

Commit 59db6da

Browse files
authored
Try limit threadCount
Default is parallel test, when there are many tests they become slow and fails.
1 parent eacea85 commit 59db6da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@
402402
<goal>verify</goal>
403403
</goals>
404404
<configuration>
405+
<useUnlimitedThreads>true</useUnlimitedThreads>
406+
<perCoreThreadCount>true</perCoreThreadCount>
407+
<threadCount>1</threadCount>
405408
<groups>integration</groups>
406409
<excludedGroups>integration-auth</excludedGroups>
407410
<includes>

0 commit comments

Comments
 (0)