Commit 4c319af
Optimize TestDependency performance to fix CI timeout
- Add early exit for non-generic classes without base types
- Reduce inheritance depth limit from 50 to 10 for better performance
- Focus only on generic types during inheritance traversal
- Resolves RunEngineTestsModule timeout in CI build
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Tom Longhurst <thomhurst@users.noreply.github.com>1 parent bba2a79 commit 4c319af
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
66 | | - | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
70 | | - | |
| 76 | + | |
71 | 77 | | |
72 | | - | |
| 78 | + | |
73 | 79 | | |
74 | | - | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| 84 | + | |
78 | 85 | | |
79 | 86 | | |
80 | 87 | | |
| |||
0 commit comments