uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

Remove time.Sleep usage from lru tests #1305

Closed 3vilhamster closed 6 months ago

3vilhamster commented 6 months ago

What changed? Remove time.Sleep usage from lru tests

Why? Avoid slowing down tests with real time usage.

How did you test it? unit tests

Potential risks