Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
test: remove extra timeout adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 29, 2018
1 parent a542543 commit d542599
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/core/mfs-preload.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ describe('MFS preload', () => {
})

it('should disable preloading MFS', function (done) {
this.timeout(80 * 1000)

mockIpfs._options.preload.enabled = false

const preloader = mfsPreload(mockIpfs)
Expand Down

0 comments on commit d542599

Please sign in to comment.