blob: c7fb454d50fabef50dcdec1eac4b16d04ee4f1ed [file] [log] [blame]
var DEFAULT_TIMEOUT = 5000;
function inlineTimeoutFrom(option) {
return option || DEFAULT_TIMEOUT;
}
module.exports = inlineTimeoutFrom;