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


##########
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##########
@@ -1166,7 +1151,7 @@ public synchronized void testDeleteWithSnapshotIsolation()
 
               for (int numOperations = 0; numOperations < 20; numOperations++) 
{
                 while (shouldAppend.get() && barrier.get() < numOperations * 
2) {
-                  sleep(10);
+                  sleep(200);

Review Comment:
   is this being flaky and requires a bump in wait time? We might want to 
update this to use `Awaitility` in a follow-up PR



-- 
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