Commit 328c169
authored
Fix flake in
## Summary of changes
Reduces the risk of flake in `AgentWriterTests`
## Reason for change
#9007 added some additional tests, but they flaked in CI, and I failed
to push this fix up before the auto-merge kicked in 🤦
## Implementation details
Reduce the load in the test to reduce the risk of flake in CI
## Test coverage
The test is just a smoke test, it doesn't give any other guarantees, so
there's no point in going crazy. If it continues to flake, we can always
just remove it.AgentWriterTests (#9052)1 parent f33ee47 commit 328c169
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
708 | | - | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
709 | 710 | | |
710 | 711 | | |
711 | 712 | | |
| |||
719 | 720 | | |
720 | 721 | | |
721 | 722 | | |
722 | | - | |
| 723 | + | |
723 | 724 | | |
724 | 725 | | |
725 | 726 | | |
| |||
0 commit comments