in src/it/scala/com/gu/kinesis/Inspectable.scala [89:93]
def waitForNrOfThrottledCheckpoints(throttledCount: Int)(implicit patienceConfig: PatienceConfig): Unit = {
eventually {
require(throttledCheckpointsCount() >= throttledCount)
}
}