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 |
||
|---|---|---|
| .. | ||
| integration | ||
| mix/tasks | ||
| snmpkit | ||
| support | ||
| towerops | ||
| towerops_web | ||
| test_helper.exs | ||
| towerops_native_test.exs | ||