Skip to content

Commit

Permalink
Further decrease retries
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd committed Nov 1, 2023
1 parent 97fddb5 commit b155323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/redis-it/src/test/scala/zio/redis/ApiSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object ApiSpec
masterNodeConfig,
ZLayer.succeed(ProtobufCodecSupplier)
).filterNotTags(_.contains(BaseSpec.ClusterExecutorUnsupported))
.getOrElse(Spec.empty) @@ flaky(250)
.getOrElse(Spec.empty) @@ flaky(150)

private final val SingleNodeSuite =
suite("Single node executor")(
Expand Down

0 comments on commit b155323

Please sign in to comment.