diff --git a/src/utils/WidgetUtils.js b/src/utils/WidgetUtils.js index 7bd50d063b..cf12a64329 100644 --- a/src/utils/WidgetUtils.js +++ b/src/utils/WidgetUtils.js @@ -22,6 +22,7 @@ import * as url from "url"; import WidgetEchoStore from '../stores/WidgetEchoStore'; // How long we wait for the state event echo to come back from the server +// before the promise is rejected const WIDGET_WAIT_TIME = 20000; export default class WidgetUtils {