the-other-tim-brown commented on code in PR #13380:
URL: https://github.com/apache/hudi/pull/13380#discussion_r2126775958


##########
azure-pipelines-20230430.yml:
##########
@@ -128,7 +128,7 @@ stages:
     jobs:
       - job: UT_FT_1
         displayName: UT client/spark-client
-        timeoutInMinutes: '75'
+        timeoutInMinutes: '90'

Review Comment:
   Even without these changes the CI runtimes can exceed the time limit. We are 
closer to 74 minutes but each failure due to timeout is causing more cycles.
   
   I think there is opportunity to improve some of the basics around the time 
generation like removing the `Thread.sleep` when using in-process lock provider 
since we already have a check to ensure the timestamps are new in 
`HoodieInstantTimeGenerator`



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

Reply via email to