We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d63d9 commit c5f66a3Copy full SHA for c5f66a3
packages/mongodb-memory-server-core/src/MongoMemoryReplSet.ts
@@ -588,6 +588,7 @@ export class MongoMemoryReplSet extends EventEmitter {
588
* @throws if timeout is reached
589
*/
590
protected async _waitForPrimary(timeout: number = 30000): Promise<void> {
591
+ log('_waitForPrimary: Waiting for an Primary');
592
let timeoutId: NodeJS.Timeout | undefined;
593
594
await Promise.race([
0 commit comments