Actually use the correct timeout value in the cluster StressSpec. See #3092

This commit is contained in:
Björn Antonsson 2013-03-04 15:43:51 +01:00
parent 15857ee0e6
commit 370d6451c7

View file

@ -954,7 +954,7 @@ abstract class StressSpec
runOn((seedNodes ++ otherNodesJoiningSeedNodes): _*) {
reportResult {
cluster.joinSeedNodes(seedNodes.toIndexedSeq map address)
awaitUpConvergence(size)
awaitUpConvergence(size, timeout = remaining)
}
}