+act #18356 Metrics based resizer for router

This commit is contained in:
Kailuo Wang 2015-08-21 21:03:57 -04:00
parent fb80ac8acb
commit 90cba9ce0d
19 changed files with 904 additions and 17 deletions

View file

@ -226,7 +226,7 @@ abstract class SurviveNetworkInstabilitySpec
cluster.join(first)
// let them join and stabilize heartbeating
Thread.sleep(5000)
Thread.sleep(5000.millis.dilated.toMillis)
}
enterBarrier("joined-5")