Skip to content

Commit 524181b

Browse files
committed
tests: increase timeout for replset-test
1 parent a4671e3 commit 524181b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/__tests__/replset-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import MongoMemoryReplSet from '../MongoMemoryReplSet';
44

5+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
6+
57
describe('single server replset', () => {
68
let replSet: MongoMemoryReplSet;
79
afterEach(async () => {

0 commit comments

Comments
 (0)