Commit 340a0c7
committed
🤖 fix: add retry configuration for flaky file editing tests
LLM-based integration tests can time out due to model non-determinism.
Adding configureTestRetries(3) enables automatic retries on CI, matching
the pattern used by other LLM-dependent test suites.
_Generated with `mux`_1 parent 38dd003 commit 340a0c7
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
0 commit comments