Commit 0952ac3
committed
fix(test): close tester in avm_check_circuit_custom_bc truncation afterEach
Same teardown leak as in simulator/.../apps_tests/custom_bc.test.ts:
the third describe block's afterEach was missing await tester.close(),
leaving the AvmProvingTester (which spawns an AvmSimulatorPool + CdbIpcServer)
alive. Jest could not exit after the suite completed and was killed at the
600s CI timeout.1 parent c7af54b commit 0952ac3
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 | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
0 commit comments