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 a4671e3 commit 524181bCopy full SHA for 524181b
src/__tests__/replset-test.js
@@ -2,6 +2,8 @@
2
3
import MongoMemoryReplSet from '../MongoMemoryReplSet';
4
5
+jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
6
+
7
describe('single server replset', () => {
8
let replSet: MongoMemoryReplSet;
9
afterEach(async () => {
0 commit comments