more comments
This commit is contained in:
parent
658ac73064
commit
c26b300f30
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ import * as url from "url";
|
||||||
import WidgetEchoStore from '../stores/WidgetEchoStore';
|
import WidgetEchoStore from '../stores/WidgetEchoStore';
|
||||||
|
|
||||||
// How long we wait for the state event echo to come back from the server
|
// 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;
|
const WIDGET_WAIT_TIME = 20000;
|
||||||
|
|
||||||
export default class WidgetUtils {
|
export default class WidgetUtils {
|
||||||
|
|
Loading…
Reference in a new issue