diff --git a/.gitignore b/.gitignore index c82256305c..233c9eb850 100755 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ .scala_dependencies .scalastyle .settings +.cache* .tags .tags_sorted_by_file .target 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 6dfa932e38..50361e1262 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 @@ -128,7 +128,7 @@ class ActorProducerTest extends TestKit(ActorSystem("test")) with WordSpecLike w "timeout after replyTimeout" taggedAs TimingTest in { val duration = process() - duration should (be >= (100 millis) and be < (300 millis)) + duration should (be >= (100 millis) and be < (2000 millis)) } "never set the response on exchange" in {