- Increase GitHub Actions E2E timeout from 20 to 25 minutes
- Reduce CYPRESS_DEFAULT_COMMAND_TIMEOUT from 60s to 30s for faster failures
- Replace hard-coded waits with proper API intercepts for better reliability:
- Add @createTask intercept for task creation (task.spec.ts)
- Add @createBucket intercept for bucket creation (kanban.spec.ts)
- Reduce unnecessary 1000ms wait to 500ms in logout test
- Improve test performance while maintaining stability
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>