Skip to content
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

Property timeout causes a class cast exception if is set #684

Closed
alvesedgar opened this issue Jan 5, 2022 · 1 comment · Fixed by #685
Closed

Property timeout causes a class cast exception if is set #684

alvesedgar opened this issue Jan 5, 2022 · 1 comment · Fixed by #685
Assignees

Comments

@alvesedgar
Copy link

If the timeout property is available to override the 30s for waiting for the deploy to be done, i tracked down to the task DeployTask on line

, the property is defined as String but it's used as long, should this property used on liberty start as well why exist two properties to do the same thing timeout and verifyAppStartTimeout

@mattbsox
Copy link
Member

mattbsox commented Jan 6, 2022

The two timeout variables have slightly different use cases. We'll look into simplifying/clarifying those in the future. For now I've added a fix for the casting issue that keeps the plugin behavior the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants