fix: unstable test

This commit is contained in:
DarkSky
2025-12-07 20:22:43 +08:00
parent cf4e37c584
commit cf14accd2b

View File

@@ -474,6 +474,7 @@ export class IndexerSyncImpl implements IndexerSync {
} }
console.log('[indexer] complete job', docId); console.log('[indexer] complete job', docId);
await this.refreshIfNeed();
this.status.completeJob(); this.status.completeJob();
} }