Skip to content

Commit

Permalink
Merge pull request #380 from iRevive/id-generator-test-fix
Browse files Browse the repository at this point in the history
IdGeneratorSuite: reduce the number of attempts
  • Loading branch information
iRevive authored Nov 19, 2023
2 parents 56e3809 + a69f19f commit 2a13500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import munit.CatsEffectSuite
import org.typelevel.otel4s.trace.SpanContext

class IdGeneratorSuite extends CatsEffectSuite {
private val Attempts = 1_000_000
private val Attempts = 100_000

generatorTest("generate a valid trace id") { generator =>
generator.generateTraceId
Expand Down

0 comments on commit 2a13500

Please sign in to comment.