towerops/test
Graham McIntire 1e072c75e4
perf(tests): reduce assert/refute timeouts for faster tests
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
2026-03-06 08:11:50 -06:00
..
integration routeros fixes and latency rounding 2026-02-09 17:30:06 -06:00
mix/tasks perf(test): optimize slow tests - 68% faster 2026-03-05 14:35:58 -06:00
snmpkit perf(tests): remove/reduce Process.sleep calls for faster tests 2026-03-06 07:57:30 -06:00
support perf(tests): disable TOTP by default in fixtures for faster tests 2026-03-06 07:21:52 -06:00
towerops perf(tests): reduce assert/refute timeouts for faster tests 2026-03-06 08:11:50 -06:00
towerops_web perf(tests): reduce assert/refute timeouts for faster tests 2026-03-06 08:11:50 -06:00
test_helper.exs complete overhaul of snmp engine to C nif 2026-01-30 12:27:12 -06:00
towerops_native_test.exs fix: resolve typing violation and ETS cache race in tests 2026-02-14 12:32:43 -06:00