Skip to content

Commit

Permalink
chore: migrate to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Oct 31, 2023
1 parent 05341a6 commit 17963c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@
<version>3.2.1</version>
<configuration>
<parallel>classes</parallel>
<threadCount>2</threadCount>
<threadCount>4</threadCount>
<systemPropertyVariables>
<networkaddress.cache.ttl>0</networkaddress.cache.ttl>
<networkaddress.cache.negative.ttl>0</networkaddress.cache.negative.ttl>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 17963c6

Please sign in to comment.