temporalio / temporal

Temporal service
https://docs.temporal.io
MIT License
10.3k stars 754 forks source link

Fix flaky TestWaitLifecycleStage test #5945

Closed alexshtin closed 2 weeks ago

alexshtin commented 2 weeks ago

What changed?

Fix flaky TestWaitLifecycleStage test by increasing timeout which shouldn't fire 5 times. With former 2x buffer on slow runners user timeout expires before WaitLifecycleStage is called.

Why?

Test flakiness is bad.

How did you test it?

Run it.