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 00dc3a8 commit 117b811Copy full SHA for 117b811
operator-framework/src/test/java/com/github/containersolutions/operator/ConcurrencyIT.java
@@ -67,7 +67,7 @@ public void manyResourcesGetCreatedUpdatedAndDeleted() {
67
tcr.getSpec().setValue(i + UPDATED_SUFFIX);
68
integrationTest.getCrOperations().inNamespace(TEST_NAMESPACE).createOrReplace(tcr);
69
}
70
- // sleep to make some variability to the test, so some updates are not executed before delete
+ // sleep for a short time to make variability to the test, so some updates are not executed before delete
71
Thread.sleep(300);
72
73
log.info("Deleting {} resources", NUMBER_OF_RESOURCES_DELETED);
0 commit comments