Copilot commented on code in PR #64733:
URL: https://github.com/apache/doris/pull/64733#discussion_r3458333114


##########
regression-test/suites/export_p2/test_export_variant_10k_columns.groovy:
##########
@@ -189,7 +190,7 @@ suite("test_export_variant_10k_columns", "p0") {
             );
         """
         
-        Awaitility.await().atMost(240, SECONDS).pollInterval(5, 
SECONDS).until({
+        Awaitility.await().atMost(20, MINUTES).pollInterval(5, SECONDS).until({

Review Comment:
   With a 5-second poll interval and a 20-minute timeout, this will emit up to 
~240 info logs per run. To reduce log noise, consider logging only when the 
state changes, or lowering verbosity / increasing the poll interval while 
keeping the same `atMost`.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to