From ea84b41a9eccf3ac9dc15095c5854f89b9ae5d8f Mon Sep 17 00:00:00 2001 From: Oleg Kulyk Date: Tue, 8 May 2018 15:47:45 +0300 Subject: [PATCH] Timeout increased --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index a50ad73..4e3b4bd 100644 --- a/lib/index.js +++ b/lib/index.js @@ -10,7 +10,7 @@ const constants = require('./constants'); const extname = require('path').extname; const join = require('path').join; -const TIMEOUT = 1000; +const TIMEOUT = 10000; const supportedExtsWin = ['.exe', '.cab', '.ocx', '.dll']; const supportedExtsMac = ['.pkg', '.app'];