hawk9821 commented on code in PR #9893:
URL: https://github.com/apache/seatunnel/pull/9893#discussion_r2374521544


##########
.github/workflows/backend.yml:
##########
@@ -1238,7 +1238,7 @@ jobs:
       matrix:
         java: [ '8', '11' ]
         os: [ 'ubuntu-latest' ]
-    timeout-minutes: 120
+    timeout-minutes: 180

Review Comment:
   |   Sequence Number | Job Name                                            |  
    Job ID | STATUS    | CONCLUSION   |   Total Duration (Seconds) |   Total 
Duration (Minutes) |
   
|------------------:|:----------------------------------------------------|------------:|:----------|:-------------|---------------------------:|---------------------------:|
   |                47 | Run / kafka-connector-it (11, ubuntu-latest)        | 
50957317585 | completed | success      |                       6797 |           
          113.28 |
   
   Is it better to calculate based on the following formula `(Math.ceil(Total 
Duration (Minutes) / 20)  + 1) * 20` and set the corresponding task time?    
(Math.ceil(113.8 / 20) + 1) * 20 = 140 



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