Skip to content

Commit

Permalink
💚 Increase the timeout of CollisionTest and add .sbtopts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwojnowski committed Jan 28, 2024
1 parent 36540a0 commit 1d39d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .sbtopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-J-Xmx4G
-J-XX:+UseG1GC
2 changes: 1 addition & 1 deletion core/src/test/scala/me/wojnowski/scuid/CollisionTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import munit.CatsEffectSuite

class CollisionTest extends CatsEffectSuite {

override def munitTimeout: Duration = 10.minutes
override def munitTimeout: Duration = 20.minutes

test("Check for collisions") {
val parallelism = Runtime.getRuntime.availableProcessors
Expand Down

0 comments on commit 1d39d9d

Please sign in to comment.