-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to increase Xray graph scan timeout #212
Comments
@colourspectrum, Please let me know if that helped. By the way, we are planning to introduce significant performance improvements for Gradle in the next version:
So stay tuned 😎 |
@yahavi this unfortunately doesn't work. I do not think this configuration is relevant, because the issue is not with 'connectivity' but with scan results taking too long. PS it's good to know that gradle improvements are planned. Because this particular issue I've encountered when 1-2 particular dependencies are used in Gradle project, for Maven the Xray results are instanteneous. |
Thanks, @colourspectrum, We'll keep you updated. |
That was prompt, thank you <3 |
Is your feature request related to a problem? Please describe.
For a particular Gradle project, the xray scans usually take like 15 mins to complete and the plugin always throws a "[ERROR] Xray Scan failed: IOException: Xray get graph scan exceeded the timeout" in about 6 mins
Describe the solution you'd like to see
I've been able to get the scan id from debug logs and get results from API. But that doesn't have the UI visibility I like to see.
Can we have a timeout settings for the same?
Otherwise being able to import the json result to the IDE plugin would also help.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: