albertogpz commented on a change in pull request #6802:
URL: https://github.com/apache/geode/pull/6802#discussion_r709874723
##########
File path:
geode-gfsh/src/test/java/org/apache/geode/management/internal/cli/functions/WanCopyRegionFunctionTest.java
##########
@@ -562,13 +562,13 @@ public void
wanCopyRegion_verifyExceptionThrownWhenExceptionWhileSendingBatch()
public void
executeWanCopyRegionFunctionInNewThread_verifyErrorWhenAlreadyRunningCommand()
throws BatchException70, InterruptedException, ExecutionException {
Object[] options = new Object[] {"myRegion", "mySender", false, 1L, 1};
- Future<CliFunctionResult> future =
executeAsyncWanCopyRegionFunction(options);
+ Future<CliFunctionResult> future =
executeAsyncWanCopyRegionFunction(options, 1000);
// Wait for the execute function to start
- Thread.sleep(100);
+ Thread.sleep(500L);
Review comment:
This PR has been deprecated.
New changes are being done here: https://github.com/apache/geode/pull/6833
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]