Limits tests to single thread

This commit is contained in:
Corneil du Plessis
2023-06-19 13:26:13 +02:00
parent f4801ee474
commit 706c658d37
6 changed files with 16 additions and 8 deletions

View File

@@ -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