Skip to content

Commit

Permalink
Use a dilated timeout for ConcurrentActivationTest. See #3269
Browse files Browse the repository at this point in the history
  • Loading branch information
bantonsson committed May 17, 2013
1 parent e6b4e64 commit fbd9d43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbd9d43

Please sign in to comment.