andreydevyatkin commented on code in PR #29009:
URL: https://github.com/apache/beam/pull/29009#discussion_r1361114436


##########
.github/workflows/beam_PostCommit_Python_Examples_Flink.yml:
##########
@@ -53,7 +53,7 @@ jobs:
       github.event_name == 'workflow_dispatch' ||
       startsWith(github.event.comment.body, 'Run Python Examples_Flink')
     runs-on: [self-hosted, ubuntu-20.04, main]
-    timeout-minutes: 120
+    timeout-minutes: 240

Review Comment:
   Agree, and I don't think this is a good solution since we are increasing the 
limits and may miss regression. I think a better option would be to adjust a 
schedule more precisely (e.g. break into small subgroups and specify a schedule 
for such groups) for all workflows to avoid queues and running out of time. I 
will create a separate PR for that and we will see how it goes.



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