This commit is contained in:
Matias Alejo Garcia 2016-07-21 16:21:36 -03:00
parent 32d9d0c921
commit 522c24f531
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ var log = require('npmlog');
log.debug = log.verbose;
var DEFAULT_TIMEOUT= 50000; // 50 s
var DEFAULT_TIMEOUT= 60000; // 60 s
/**
* Query a server, using one of the given options
*