yalefresne commented on issue #5993:
URL: https://github.com/apache/superset/issues/5993#issuecomment-2659775237

   I faced a similar problem.
   
   I was able to resolve it by setting `SCREENSHOT_LOCATE_WAIT` and 
`SCREENSHOT_LOAD_WAIT` variables on `superset_config.py`  like this:
   ```
   SCREENSHOT_LOCATE_WAIT = int(timedelta(seconds=120).total_seconds())
   SCREENSHOT_LOAD_WAIT = int(timedelta(seconds=120).total_seconds())
   ```
   This fixed the issue for me, with vizualization which contain png screenshot 
made via selenium.  
   Hope this helps!


-- 
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