Skip to content

Commit

Permalink
only 1 test thread for Fireflies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Feb 11, 2024
1 parent 011954e commit 0b3e23f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fireflies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,17 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 0b3e23f

Please sign in to comment.