Limits tests to single thread
This commit is contained in:
@@ -95,6 +95,8 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<configuration>
|
||||
<threadCount>1</threadCount>
|
||||
<forkCount>1</forkCount>
|
||||
<argLine>
|
||||
--add-opens java.base/sun.nio.ch=ALL-UNNAMED
|
||||
--add-opens java.base/java.io=ALL-UNNAMED
|
||||
|
||||
Reference in New Issue
Block a user