mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: fixed PNG rendering of panels with legend table to the right, #2185
This commit is contained in:
@@ -54,7 +54,7 @@ func RenderToPng(params *RenderOpts) (string, error) {
|
||||
}()
|
||||
|
||||
select {
|
||||
case <-time.After(10 * time.Second):
|
||||
case <-time.After(15 * time.Second):
|
||||
if err := cmd.Process.Kill(); err != nil {
|
||||
log.Error(4, "failed to kill: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user