We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be50acb commit 7a5c706Copy full SHA for 7a5c706
javav2/example_code/entityresolution/src/test/java/EntityResTests.java
@@ -162,7 +162,7 @@ public void testLTagResources() {
162
@Order(8)
163
public void testLDeleteMapping() {
164
assertDoesNotThrow(() -> {
165
- System.out.println("Wait 30 mins for the workflow to complete");
+ logger.info("Wait 30 mins for the workflow to complete");
166
Thread.sleep(1800000);
167
actions.deleteMatchingWorkflowAsync(workflowName).join();
168
});
0 commit comments