shuke987 commented on code in PR #65292:
URL: https://github.com/apache/doris/pull/65292#discussion_r3550392818
##########
regression-test/framework/src/main/groovy/org/apache/doris/regression/action/ProfileAction.groovy:
##########
@@ -26,6 +26,12 @@ import org.apache.doris.regression.util.JdbcUtils
@Slf4j
class ProfileAction implements SuiteAction {
+ private static final long DEFAULT_PROFILE_WAIT_TIMEOUT_MS = 30000
Review Comment:
Fixed by changing the shared default timeout from 30000 ms to 60000 ms, so
the converted scanner_profile and s3_load_profile_test waits preserve their
previous Awaitility.atMost(60, SECONDS) budget without duplicating timeout
arguments at each call site.
--
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]