提交 fbf4ccdf authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-6686 #resolve #comment increased the timeout to 30 to accomidate situations…

FS-6686 #resolve #comment increased the timeout to 30 to accomidate situations where the engine takes longer to pick an IP
上级 c735f5c1
This diff was suppressed by a .gitattributes entry.
...@@ -1575,7 +1575,7 @@ ...@@ -1575,7 +1575,7 @@
if (dialog.state == $.verto.enum.state.trying) { if (dialog.state == $.verto.enum.state.trying) {
dialog.setState($.verto.enum.state.hangup); dialog.setState($.verto.enum.state.hangup);
} }
}, 5000); }, 30000);
break; break;
case $.verto.enum.state.purge: case $.verto.enum.state.purge:
dialog.setState($.verto.enum.state.destroy); dialog.setState($.verto.enum.state.destroy);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论