Skip to content

Commit

Permalink
increase the waitingtime
Browse files Browse the repository at this point in the history
  • Loading branch information
r-tomassetti committed Oct 23, 2024
1 parent 66dd94b commit 1d90986
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import scala.concurrent.duration._
* implemented for a concrete client.
*/
trait QueueSubscriberSuite extends CatsEffectSuite { self: QueueClientSuite =>
val waitingTime: FiniteDuration = 20.seconds

withQueue.test("puller returns no messages if none is available during the configured duration") { queueName =>
val client = clientFixture()
Expand Down

0 comments on commit 1d90986

Please sign in to comment.