Avoid sleep in Ruby unit tests
sleep in specs slows CI and hides synchronization bugs.
#Metadata
#Why it matters
Prefer deterministic waits or travel_to style time helpers.
#Remediation
Use event-driven waits, shorten delays, or move timing coverage to integration suites.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/ruby/ruby.testing.sleep-in-unit-test.rule.yaml.