sadpandajoe commented on code in PR #28018:
URL: https://github.com/apache/superset/pull/28018#discussion_r1563263564


##########
superset-frontend/src/components/Chart/chartAction.js:
##########
@@ -248,7 +248,7 @@ export async function getChartDataRequest({
 
 export function runAnnotationQuery({
   annotation,
-  timeout = 60,
+  timeout = 300,

Review Comment:
   +1 on putting this in config such that we can see timeouts in one place and 
if someone wants to configure it for their instance they just have to update in 
config.py vs having to find all places and update it there.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to