FS-6686 #resolve #comment increased the timeout to 30 to accomidate situations where the engine takes longer to pick an IP

This commit is contained in:
Anthony Minessale
2014-07-24 21:24:17 +05:00
parent c735f5c1a4
commit fbf4ccdf02
2 changed files with 2 additions and 2 deletions

View File

@@ -1575,7 +1575,7 @@
if (dialog.state == $.verto.enum.state.trying) {
dialog.setState($.verto.enum.state.hangup);
}
}, 5000);
}, 30000);
break;
case $.verto.enum.state.purge:
dialog.setState($.verto.enum.state.destroy);