Reduce various test timeouts that were unnecessarily long: - assert_push timeouts: 150ms → 75ms (6 tests in agent_channel_test) - refute_receive timeouts: 200ms → 50ms (3 tests in worker tests) With 50ms channel debounce, 75ms is sufficient for assert_push. For refute_receive (expecting no message), 50ms is plenty. Estimated savings: ~600ms across affected tests |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| helpers | ||
| integration | ||
| live | ||
| plugs | ||
| permissions_test.exs | ||
| plug_exceptions_test.exs | ||
| user_auth_test.exs | ||