We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently this fails due to timeout error
[ERROR] Failed to execute goal com.exasol:project-keeper-maven-plugin:4.3.0:fix (default-cli) on project extension-manager-parent-pom: Execution default-cli of goal com.exasol:project-keeper-maven-plugin:4.3.0:fix failed: E-PK-CORE-161: Error installing go binary 'go-licenses'.: E-PK-CORE-128: Timeout while waiting 120000ms for command 'go install github.com/google/[email protected]'. Output was '' [ERROR] Error output: 'go: downloading github.com/google/go-licenses v1.6.0'
Measurement:
... took 2m22s
... took 2m12s
Proposal: increase timeout to 6-10 min
Workaround: call manually (without timeout)
go install github.com/google/[email protected]
The text was updated successfully, but these errors were encountered:
#567: Increase timeout for installing go-licenses
eae9aab
Merge remote-tracking branch 'origin/main' into bugfix/#567-increase-…
c129dfa
…go-install-timeout
#567: increase go-install timeout (#573)
cd53d20
* #570: Fixed CVE-2024-31573 * #567: Increase timeout for installing go-licenses * Upgrade plugins * Fix maven warning * Downgrade maven-source-plugin
kaklakariada
Successfully merging a pull request may close this issue.
Currently this fails due to timeout error
Measurement:
... took 2m22s
... took 2m12s
Proposal: increase timeout to 6-10 min
Workaround: call manually (without timeout)
The text was updated successfully, but these errors were encountered: