towerops/lib/towerops/pagerduty
Graham McIntire b6bbcc8348 tests: remove remaining 1s sleeps in slow tests
* UISP diff_snapshots test: backdate first snapshot via UPDATE instead of
  Process.sleep(1_100) to get distinct second-precision snapshot_at values.

* PagerDuty.Client.send_event_with_retry/2: check max_retries BEFORE sleeping
  on 429. Previously a 429 response always slept once (~1s) before checking
  the retry cap, so even with @max_retries = 0 in test env every 429 test
  paid that cost.

Suite time: 65.3s → 33.9s (-48%). No test is >400ms now.
2026-04-24 10:13:17 -05:00
..
client.ex tests: remove remaining 1s sleeps in slow tests 2026-04-24 10:13:17 -05:00
notifier.ex fix: resolve compilation errors, test failures, and credo issues 2026-02-14 12:23:10 -06:00