html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
7 lines • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HEADERS_TIMEOUT = exports.KEEP_ALIVE_TIMEOUT = exports.MAX_REQUEST_SIZE = void 0;
exports.MAX_REQUEST_SIZE = '100mb';
exports.KEEP_ALIVE_TIMEOUT = 120 * 1000;
exports.HEADERS_TIMEOUT = 125 * 1000;
//# sourceMappingURL=server.js.map