Skip to content

Commit

Permalink
tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koksharov committed Sep 6, 2024
1 parent 35710a7 commit 2ed7989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,8 @@
<exclude>RedissonLocalCachedMapSerializationCodecTest</exclude>
</excludes>

<forkCount>4</forkCount>
<trimStackTrace>true</trimStackTrace>
<forkCount>5</forkCount>
<reuseForks>false</reuseForks>
<argLine>${argLine} -javaagent:"${settings.localRepository}"/com/github/hazendaz/jmockit/jmockit/1.52.0/jmockit-1.52.0.jar</argLine>
</configuration>
Expand Down

0 comments on commit 2ed7989

Please sign in to comment.