diff --git a/test/index.js b/test/index.js index 50fdb71..b6efb1e 100644 --- a/test/index.js +++ b/test/index.js @@ -14,6 +14,7 @@ describe('PDF2Pic', function () { let savedir = `./test/output/${Math.random().toString(10).substring(7)}` pdf2pic.setOption('savedir', savedir) + this.timeout(1000000) }) it('should convert pdf1 first page', function () {