asdf2014 commented on pull request #1203:
URL: 
https://github.com/apache/incubator-seatunnel/pull/1203#issuecomment-1033341463


   Hi @leo65535, thanks for your contribution. Under normal situation, our CI 
jobs should be completed in about 10 minutes. If it can't be completed in half 
an hour, it will still fail eventually. But by default it takes 10 hours, due 
to the Job of Github Action actually has a default timeout parameter, which is 
10 hours. We changed the timeout to half an hour, which can release resources 
in time.
   
   So if we want to fundamentally solve this problem, we can split the big Job 
into multiple small Jobs based on the module to run in parallel, and add a 
re-run mechanism to avoid rerunning all of them after one failure. What do you 
think 😄


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