Bump allowed times to 20 seconds since MemberUp comes later now. See #2820
This commit is contained in:
parent
a7f8fe7e8e
commit
8bf7c03158
2 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue