Graph: fixed PNG rendering of panels with legend table to the right, #2185

This commit is contained in:
Torkel Ödegaard
2015-06-19 14:13:25 -04:00
parent cfeba99776
commit 26e5d7a3de
11 changed files with 26 additions and 7 deletions

View File

@@ -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)
}