increase timeout value from 15s to 45. ought to be enough for anybody
parent
05a4e86cdb
commit
32cd0f3c4d
|
@ -72,7 +72,7 @@ const ensureStreamCloses = function (stream, id, ms) {
|
|||
// this can only be a timeout error...
|
||||
console.log("stream close error:", err, id);
|
||||
}
|
||||
}), ms || 15000), []);
|
||||
}), ms || 45000), []);
|
||||
};
|
||||
|
||||
// readMessagesBin asynchronously iterates over the messages in a channel log
|
||||
|
|
Loading…
Reference in New Issue