Bump allowed times to 20 seconds since MemberUp comes later now. See #2820

This commit is contained in:
Björn Antonsson 2012-12-20 22:00:35 +01:00
parent a7f8fe7e8e
commit 8bf7c03158
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ abstract class TransformationSampleSpec extends MultiNodeSpec(TransformationSamp
testConductor.enter("frontend1-backend1-ok")
}
"illustrate how more nodes registers" in within(15 seconds) {
"illustrate how more nodes registers" in within(20 seconds) {
runOn(frontend2) {
Cluster(system) join node(frontend1).address
system.actorOf(Props[TransformationFrontend], name = "frontend")

View file

@ -72,7 +72,7 @@ abstract class TransformationSampleJapiSpec extends MultiNodeSpec(Transformation
testConductor.enter("frontend1-started")
}
"illustrate how a backend automatically registers" in within(15 seconds) {
"illustrate how a backend automatically registers" in within(20 seconds) {
runOn(backend1) {
Cluster(system) join node(frontend1).address
system.actorOf(Props[TransformationBackend], name = "backend")