increase timeout value from 15s to 45. ought to be enough for anybody
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user