Skip to content

Commit

Permalink
Fix for HelperImplTest
Browse files Browse the repository at this point in the history
The UT runs for 60 sec that is unacceptable. This fix
returns its runtime to 10+ sec.
  • Loading branch information
cstamas committed Jan 7, 2025
1 parent 43e25b5 commit a2ee8f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class HelperImplTest {
private static final ForkedMavenExecutor FORKED_MAVEN_EXECUTOR = new ForkedMavenExecutor();

@TempDir
private Path userHome;
private static Path userHome;

@ParameterizedTest
@EnumSource(ExecutorHelper.Mode.class)
Expand Down

0 comments on commit a2ee8f8

Please sign in to comment.