Commit c7af54b
committed
fix(test): close tester in custom_bc truncation describe afterEach
The third describe block created a PublicTxSimulationTester (owns
AvmSimulatorPool + CdbIpcServer) per test but only closed worldStateService
in afterEach, leaking the AVM pool and CDB server each iteration. Jest could
not exit after the suite completed and was killed at the 600s CI timeout.1 parent cf69cc8 commit c7af54b
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
0 commit comments