From c26b300f301c9c414fe9887723c60010e81de77f Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 5 Jul 2018 19:58:10 +0100 Subject: [PATCH] more comments --- src/utils/WidgetUtils.js | 1 + 1 file changed, 1 insertion(+) 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 {