Merge branch 'master' into wip-derekjw
Conflicts: akka-actor-tests/src/test/scala/akka/dispatch/FutureSpec.scala akka-actor/src/main/scala/akka/actor/Actor.scala akka-actor/src/main/scala/akka/actor/ActorRef.scala akka-actor/src/main/scala/akka/actor/TypedActor.scala akka-actor/src/main/scala/akka/dispatch/Future.scala
This commit is contained in:
commit
34ca784846
237 changed files with 7355 additions and 1982 deletions
|
|
@ -119,7 +119,7 @@ class RoutingSpec extends WordSpec with MustMatchers {
|
|||
for (i ← 1 to 500) d ! i
|
||||
|
||||
try {
|
||||
latch.await(10 seconds)
|
||||
latch.await(20 seconds)
|
||||
} finally {
|
||||
// because t1 is much slower and thus has a bigger mailbox all the time
|
||||
t1Count.get must be < (t2Count.get)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue