- Fix time-dependent tests to use relative dates instead of hardcoded values - Increase timeout values to prevent flaky failures on slower systems/CI - Use flexible string matching for time-related assertions - Update Process.sleep and assert_receive timeouts for better reliability Specific changes: - TimeHelpers: Use pattern matching for variable time strings - PacketsOldest: Replace hardcoded dates with relative calculations - BroadcastTaskSupervisor: Increase timing assertion to 1s - Movement tests: Increase refute_push_event timeout to 2s - Integration tests: Increase all wait times by 50% - StreamingPacketsPubSub: Increase receive timeouts These changes ensure tests pass regardless of when they're executed and are more resilient to performance variations in CI environments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| callsign_view_test.exs | ||
| historical_loading_test.exs | ||
| index_test.exs | ||
| map_helpers_test.exs | ||
| movement_test.exs | ||
| overlay_rendering_test.exs | ||
| packet_utils_test.exs | ||
| performance_test.exs | ||
| rf_path_test.exs | ||
| tracked_callsign_old_packet_test.exs | ||