fix up multi-jvm tests

This commit is contained in:
Roland 2012-07-25 18:02:45 +02:00
parent 52e4a18ebe
commit b2ce64fb6f
9 changed files with 24 additions and 23 deletions

View file

@ -106,7 +106,7 @@ abstract class ConvergenceSpec
log.debug("assertNotMovedUp#" + n)
assertNotMovedUp
// wait and then check again
1.second.dilated.sleep
Thread.sleep(1.second.dilated.toMillis)
}
}