Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Increase default timeout to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
drebrez committed Feb 7, 2019
1 parent 808cb22 commit 9752205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tntvillage-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = class TNTVillageAPI {

this._baseUrl = 'http://tntvillage.scambioetico.org/src/releaselist.php';

this._timeout = 3 * 1000;
this._timeout = 5 * 1000;

this._debug = debug;

Expand Down

0 comments on commit 9752205

Please sign in to comment.