more comments

pull/21833/head
David Baker 2018-07-05 19:58:10 +01:00
parent 658ac73064
commit c26b300f30
1 changed files with 1 additions and 0 deletions

View File

@ -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 {