mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 03:11:01 -06:00
Previews: increase crawler timeout (#45848)
This commit is contained in:
parent
9a87755c3e
commit
9e32357e69
@ -120,7 +120,7 @@ func (r *simpleCrawler) Run(ctx context.Context, authOpts rendering.AuthOpts, mo
|
||||
r.opts = rendering.Opts{
|
||||
AuthOpts: authOpts,
|
||||
TimeoutOpts: rendering.TimeoutOpts{
|
||||
Timeout: 10 * time.Second,
|
||||
Timeout: 20 * time.Second,
|
||||
RequestTimeoutMultiplier: 3,
|
||||
},
|
||||
Theme: theme,
|
||||
|
Loading…
Reference in New Issue
Block a user