Skip to content

Commit

Permalink
Merge pull request #27 from chyt/master
Browse files Browse the repository at this point in the history
Add new file delete retry and server stop timeout properties for Arquillian Liberty Managed container
  • Loading branch information
chyt authored May 13, 2019
2 parents 24fc917 + 117e80a commit c92ee84
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public class LibertyManagedObject {
*
*/
public enum LibertyManagedProperty implements LibertyProperty.LibertyPropertyI {
serverStartTimeout,
serverStartTimeout,
serverStopTimeout,
appDeployTimeout,
appUndeployTimeout,
sharedLib,
Expand All @@ -50,8 +51,10 @@ public enum LibertyManagedProperty implements LibertyProperty.LibertyPropertyI {
failSafeUndeployment,
outputToConsole,
allowConnectingToRunningServer,
verifyApps,
verifyAppDeployTimeout;
verifyApps,
verifyAppDeployTimeout,
fileDeleteRetries,
standardFileDeleteRetryInterval;
}

private static final String XML_START
Expand Down

0 comments on commit c92ee84

Please sign in to comment.