提交 a113df8c 编写于 作者: I Ilya Goncharov 提交者: TeamCityServer

[Gradle, JS] Use karma 6.0 API to set ping timeout

^KT-45621 fixed
上级 f318951b
......@@ -18,7 +18,7 @@ function configureTimeouts(injector) {
webServer.timeout = 0
}
const socketServer = injector.get('socketServer');
if (socketServer) {
if (socketServer && typeof socketServer.set === 'function') {
// Disable socket.io heartbeat (ping) to avoid browser disconnecting when debugging tests,
// because no ping requests are sent when test execution is suspended on a breakpoint.
// Default values are not enough for suspended execution:
......
......@@ -97,4 +97,5 @@ export function fixMochaTimeout(config) {
export function fixBrowserActivityTimeout(config) {
config.browserNoActivityTimeout = null
config.pingTimeout = 24 * 60 * 60 * 1000
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册