Skip to content

Commit 117b811

Browse files
committed
- improve log message for test
1 parent 00dc3a8 commit 117b811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/test/java/com/github/containersolutions/operator/ConcurrencyIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void manyResourcesGetCreatedUpdatedAndDeleted() {
6767
tcr.getSpec().setValue(i + UPDATED_SUFFIX);
6868
integrationTest.getCrOperations().inNamespace(TEST_NAMESPACE).createOrReplace(tcr);
6969
}
70-
// sleep to make some variability to the test, so some updates are not executed before delete
70+
// sleep for a short time to make variability to the test, so some updates are not executed before delete
7171
Thread.sleep(300);
7272

7373
log.info("Deleting {} resources", NUMBER_OF_RESOURCES_DELETED);

0 commit comments

Comments
 (0)