Use a dilated timeout for ConcurrentActivationTest. See #3269
This commit is contained in:
parent
e6b4e64211
commit
fbd9d43a9d
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(10 seconds)
|
||||
implicit val timeout = Timeout((5 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