Skip to content

Commit

Permalink
Fix: test error at travis
Browse files Browse the repository at this point in the history
  • Loading branch information
KSH-code committed Sep 18, 2018
1 parent 36f42e5 commit 1d035d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Events', () => {
collection = store.collection
collection.remove({}, done)
})
})
}).timeout(10000)
afterEach(() => {
store.close()
})
Expand Down

0 comments on commit 1d035d0

Please sign in to comment.