You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2019/01/25 00:30:31 UTC

[incubator-pinot] branch master updated: [TE] aaronucsd/update timeout for the email timer for missing chart (#3744)

This is an automated email from the ASF dual-hosted git repository.

apucher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 2995f3b  [TE] aaronucsd/update timeout for the email timer for missing chart (#3744)
2995f3b is described below

commit 2995f3b881889ca32ea9687d7a2bd5589768996f
Author: Long Huynh <lo...@linkedin.com>
AuthorDate: Thu Jan 24 16:30:26 2019 -0800

    [TE] aaronucsd/update timeout for the email timer for missing chart (#3744)
---
 thirdeye/thirdeye-pinot/src/main/resources/scripts/getGraphPnj.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/thirdeye/thirdeye-pinot/src/main/resources/scripts/getGraphPnj.js b/thirdeye/thirdeye-pinot/src/main/resources/scripts/getGraphPnj.js
index ba6dd96..edd8f52 100644
--- a/thirdeye/thirdeye-pinot/src/main/resources/scripts/getGraphPnj.js
+++ b/thirdeye/thirdeye-pinot/src/main/resources/scripts/getGraphPnj.js
@@ -73,7 +73,7 @@ page.onLoadFinished = function(status) {
         page.render(options.output);
         phantom.exit();
     }
-  }, 5000);
+  }, 10000);
 
   interval();
 
@@ -96,4 +96,4 @@ page.onResourceReceived = function (response) {
   system.stderr.writeLine('= onResourceReceived()');
   system.stderr.writeLine(' Request (#' + response.id + '): ');
   system.stderr.writeLine(requestsArray.length + ' pending requests');
-};
\ No newline at end of file
+};


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org