From 01510637f6a0b2a25e27b557f2cf351b9cb88397 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Fri, 15 May 2015 10:39:30 +0200 Subject: [PATCH] cam #16406 Harden camel.ActorProducerTest --- .gitignore | 1 + .../scala/akka/camel/internal/component/ActorProducerTest.scala | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 {