Skip to content

Commit

Permalink
Review: Add missing runloopTimeout config in test
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Jun 17, 2023
1 parent 4e1bf9a commit a75bf02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ object ConsumerSpec extends ZIOSpecDefaultSlf4j with KafkaRandom {
def test(diagnostics: Diagnostics) =
for {
clientId <- randomClient
settings <- consumerSettings(clientId = clientId)
settings <- consumerSettings(clientId = clientId, runloopTimeout = 500.millis)
_ <- Consumer.make(settings, diagnostics = diagnostics)
_ <- ZIO.sleep(1.second)
} yield assertCompletes
Expand Down

0 comments on commit a75bf02

Please sign in to comment.