diff --git a/plugins/catalog-backend/src/tests/integration.test.ts b/plugins/catalog-backend/src/tests/integration.test.ts index d4235c2c61..f98418ecda 100644 --- a/plugins/catalog-backend/src/tests/integration.test.ts +++ b/plugins/catalog-backend/src/tests/integration.test.ts @@ -360,12 +360,12 @@ class TestHarness { const tracker = new WaitingProgressTracker(entityRefs); this.#proxyProgressTracker.setTracker(tracker); - this.#engine.start(); + await this.#engine.start(); await this.#stitcher.start(); const errors = await tracker.wait(); - this.#engine.stop(); + await this.#engine.stop(); await tracker.waitForFinish(); // Wait for the stitch queue to drain while the stitcher is still running