Merge pull request #17493 from akka/wip-16406-ActorProducerTest-patriknw

cam #16406 Harden camel.ActorProducerTest
This commit is contained in:
Konrad Malawski 2015-05-18 16:10:01 +02:00
commit d48db59d08
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -26,6 +26,7 @@
.scala_dependencies
.scalastyle
.settings
.cache*
.tags
.tags_sorted_by_file
.target

View file

@ -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 {