nastra commented on code in PR #8804:
URL: https://github.com/apache/iceberg/pull/8804#discussion_r1362427190


##########
api/src/test/java/org/apache/iceberg/TestHelpers.java:
##########
@@ -62,6 +70,54 @@ public static long waitUntilAfter(long timestampMillis) {
     return current;
   }
 
+  /** wait for fixed duration */
+  public static void delayInMilliseconds(String message, long delay, boolean 
useSameThread) {

Review Comment:
   I don't think we want to use Awaitility to just wait a certain amount of 
time for a true condition to happen



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to