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

Commit d542599

Browse files
committed
test: remove extra timeout adjustment
1 parent a542543 commit d542599

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/core/mfs-preload.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ describe('MFS preload', () => {
7474
})
7575

7676
it('should disable preloading MFS', function (done) {
77-
this.timeout(80 * 1000)
78-
7977
mockIpfs._options.preload.enabled = false
8078

8179
const preloader = mfsPreload(mockIpfs)

0 commit comments

Comments
 (0)