Skip to content

fix: reduce EMI stress test iterations (#57)#65

Merged
avrabe merged 1 commit intomainfrom
fix/emi-stress-iterations
Mar 28, 2026
Merged

fix: reduce EMI stress test iterations (#57)#65
avrabe merged 1 commit intomainfrom
fix/emi-stress-iterations

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Mar 28, 2026

Summary

  • Reduce default EMI iterations 10x (10000→1000 stress, 1000→100 fuzz)
  • Add LOOM_EMI_ITERATIONS env var for deeper local runs
  • Rename test_emi_stress_10000_iterations to test_emi_stress_iterations

Closes #57

Test plan

  • Clippy clean
  • CI

🤖 Generated with Claude Code

Reduce default iterations 10x (10000→1000 stress, 1000→100 fuzz) so CI
completes within timeout. Add LOOM_EMI_ITERATIONS env var override for
deeper local runs.

Closes #57

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@avrabe avrabe merged commit 010ff01 into main Mar 28, 2026
21 checks passed
@avrabe avrabe deleted the fix/emi-stress-iterations branch March 28, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce EMI stress test iterations to prevent CI timeout

1 participant