Actually use the correct timeout value in the cluster StressSpec. See #3092
This commit is contained in:
parent
15857ee0e6
commit
370d6451c7
1 changed files with 1 additions and 1 deletions
|
|
@ -954,7 +954,7 @@ abstract class StressSpec
|
|||
runOn((seedNodes ++ otherNodesJoiningSeedNodes): _*) {
|
||||
reportResult {
|
||||
cluster.joinSeedNodes(seedNodes.toIndexedSeq map address)
|
||||
awaitUpConvergence(size)
|
||||
awaitUpConvergence(size, timeout = remaining)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue