Increase timeout for akka.camel.ConcurrentActivationTest. See #3269
This commit is contained in:
parent
f3f55d4972
commit
a2a44a7bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class ConcurrentActivationTest extends WordSpec with MustMatchers with NonShared
|
|||
|
||||
"Activation" must {
|
||||
"support concurrent registrations and de-registrations" in {
|
||||
implicit val timeout = Timeout((5 seconds).dilated)
|
||||
implicit val timeout = Timeout((10 seconds).dilated)
|
||||
val timeoutDuration = timeout.duration
|
||||
implicit val ec = system.dispatcher
|
||||
val number = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue