What are the expectations on KV and Workers scripts consistency?

When I push a value to the KV store or push a workers script, they will be synced to the edge as needed (from what I understand). The documentation states eventual consistency. Is there any more guidance or statistical expectation? For instance, I assume it syncs in less than an infinite amount of time.

If I need to make my own determination, anyone have good advice on testing random edge servers around the world?

Normally 10 seconds, worst case usually 30 seconds.

There’s a few threads on this topic if you search for KV consistency.

Thanks! I was searching for the wrong key words.