Skip to content

Commit

Permalink
Changing message count for JmsPingPerformer spec
Browse files Browse the repository at this point in the history
  • Loading branch information
atooni committed May 24, 2019
1 parent 8b6e4a3 commit 19df66c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -58,8 +58,8 @@ abstract class JMSPingPerformerSpec extends TestKit(ActorSystem("JMSPingPerforme
val cfg: BlendedJMSConnectionConfig
var con: Option[Connection]

protected val bulkCount: Int = 100000
protected val bulkTimeout : FiniteDuration = Math.max(1, bulkCount / 50000).minutes
protected val bulkCount: Int = 40000
protected val bulkTimeout : FiniteDuration = Math.max(1, bulkCount / 20000).minutes

private[this] implicit val eCtxt: ExecutionContext = system.dispatcher

Expand Down

0 comments on commit 19df66c

Please sign in to comment.