mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
bdf84e8adc
The Docker and Kubernetes retry tests used a whole-runtime timeout as both their synchronization point and shutdown trigger. Under suite load, startup could consume that deadline before the second module initialization, producing a false failure unrelated to retry behavior. Wait for the successful retry explicitly, then cancel and verify clean shutdown so the tests measure the lifecycle contract deterministically. Change-source: pulse-maintainer