towerops/test/towerops_web
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
..
channels perf(tests): reduce assert/refute timeouts for faster tests 2026-03-06 08:11:50 -06:00
components add row_link to table component for proper anchor tags 2026-02-11 08:46:03 -06:00
controllers chore: remove backup files from sed operations 2026-03-06 07:57:30 -06:00
helpers feat: add 12/24-hour time format setting with consistent timezone display 2026-02-13 15:16:29 -06:00
integration Merge remote-tracking branch 'origin/main' into feature/preseem-integration 2026-02-13 09:11:45 -06:00
live chore: remove backup files from sed operations 2026-03-06 07:57:30 -06:00
plugs chore: remove backup files from sed operations 2026-03-06 07:57:30 -06:00
permissions_test.exs fix snmp v3 test 2026-02-06 10:21:54 -06:00
plug_exceptions_test.exs handle exceptions gracefully on api endpoints 2026-02-04 12:18:14 -06:00
user_auth_test.exs perf(tests): remove/reduce Process.sleep calls for faster tests 2026-03-06 07:57:30 -06:00