Skip to content

Commit

Permalink
Timeout increased
Browse files Browse the repository at this point in the history
  • Loading branch information
kami4ka authored May 8, 2018
1 parent bcb2004 commit ea84b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit ea84b41

Please sign in to comment.