Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void runDetachTest() {

}

@Test(dependsOnMethods = { "runDetachTest" }, enabled=false)
@Test(dependsOnMethods = { "runDetachTest" }, enabled=true)
public void runConfigureManagedJobsTest() throws InterruptedException {
try {
String result = null;
Expand All @@ -162,7 +162,7 @@ public void runConfigureManagedJobsTest() throws InterruptedException {
//restart
assertTrue( nadmin("start-domain"));
//configure-managed-jobs
assertTrue( nadmin("configure-managed-jobs","--job-retention-period=6s","--cleanup-initial-delay=2s",
assertTrue( nadmin("configure-managed-jobs","--job-retention-period=2s","--cleanup-initial-delay=2s",
"--cleanup-poll-interval=2s"));
assertTrue(COMMAND1, nadmin(COMMAND1));

Expand Down