Merge pull request #17493 from akka/wip-16406-ActorProducerTest-patriknw
cam #16406 Harden camel.ActorProducerTest
This commit is contained in:
commit
d48db59d08
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,6 +26,7 @@
|
|||
.scala_dependencies
|
||||
.scalastyle
|
||||
.settings
|
||||
.cache*
|
||||
.tags
|
||||
.tags_sorted_by_file
|
||||
.target
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue