#2384 - Adding implicit EC for activation and deactivation future call
This commit is contained in:
parent
9094199011
commit
c94d2c7274
10 changed files with 33 additions and 22 deletions
|
|
@ -20,6 +20,7 @@ import java.util.concurrent.TimeoutException
|
|||
class ActivationIntegrationTest extends WordSpec with MustMatchers with SharedCamelSystem {
|
||||
implicit val timeout = 10 seconds
|
||||
def template: ProducerTemplate = camel.template
|
||||
import system.dispatcher
|
||||
|
||||
"ActivationAware must be notified when endpoint is activated" in {
|
||||
val latch = new TestLatch(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue