diff --git a/akka-camel/src/test/scala/akka/camel/internal/component/ActorProducerTest.scala b/akka-camel/src/test/scala/akka/camel/internal/component/ActorProducerTest.scala index 6199aaa7c6..0ff385c91c 100644 --- a/akka-camel/src/test/scala/akka/camel/internal/component/ActorProducerTest.scala +++ b/akka-camel/src/test/scala/akka/camel/internal/component/ActorProducerTest.scala @@ -46,7 +46,7 @@ class ActorProducerTest extends TestKit(ActorSystem("test")) with WordSpec with } "not expect response and not block" in { - time(producer.processExchangeAdapter(exchange)) must be < (30 millis) + time(producer.processExchangeAdapter(exchange)) must be < (200 millis) } }