Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Commit 69f7678

Browse files
committed
Revert "larger timeout"
This reverts commit 1d2d49b.
1 parent 1d2d49b commit 69f7678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function(apiKey, chain, timeout) {
2323

2424

2525
if (!timeout) {
26-
timeout = 60 * 1000;
26+
timeout = 10000;
2727
}
2828

2929
var getRequest = require('./get-request')(chain, timeout);

0 commit comments

Comments
 (0)