You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -275,6 +277,8 @@ describe('single server replset', () => {
275
277
});
276
278
277
279
it('should make use of "AutomaticAuth" (wiredTiger)',async()=>{
280
+
// DEBUG: the following is set because recently the CI often fails with "MongoServerSelectionError: Server selection timed out after 30000 ms" or "Operation interrupted"
281
+
debug.enable('MongoMS:*');
278
282
// @ts-expect-error because "initAllServers" is protected
0 commit comments