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
The timeout of individual tasks run by the plugin is not configurable, which results in broken builds on e.g. busy build notes. The timeout is fix here: https://github.com/kokuwaio/k3s-maven-plugin/blob/main/src/main/java/io/kokuwa/maven/k3s/util/Task.java#L27C1-L27C52
This should be configurable for the specific tasks.
The text was updated successfully, but these errors were encountered:
fabian-schlegel
Successfully merging a pull request may close this issue.
The timeout of individual tasks run by the plugin is not configurable, which results in broken builds on e.g. busy build notes. The timeout is fix here: https://github.com/kokuwaio/k3s-maven-plugin/blob/main/src/main/java/io/kokuwa/maven/k3s/util/Task.java#L27C1-L27C52
This should be configurable for the specific tasks.
The text was updated successfully, but these errors were encountered: