This is an automated email from the ASF dual-hosted git repository.
xhsun 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 be62932 [TE] Change process timeout to 2 minutes (#4255)
be62932 is described below
commit be6293207fac90e201240629fc5e484cdd2e41bf
Author: Xiaohui Sun <[email protected]>
AuthorDate: Wed May 29 12:12:09 2019 -0700
[TE] Change process timeout to 2 minutes (#4255)
---
.../apache/pinot/thirdeye/anomaly/alert/util/EmailScreenshotHelper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/anomaly/alert/util/EmailScreenshotHelper.java
b/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/anomaly/alert/util/EmailScreenshotHelper.java
index beb2ae9..7b098a8 100644
---
a/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/anomaly/alert/util/EmailScreenshotHelper.java
+++
b/thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/anomaly/alert/util/EmailScreenshotHelper.java
@@ -110,7 +110,7 @@ public class EmailScreenshotHelper {
} while (line != null);
}
}
- boolean isComplete = proc.waitFor(3, TimeUnit.MINUTES);
+ boolean isComplete = proc.waitFor(2, TimeUnit.MINUTES);
if (!isComplete) {
proc.destroyForcibly();
throw new Exception("PhantomJS process timeout");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]