kennknowles commented on code in PR #33223:
URL: https://github.com/apache/beam/pull/33223#discussion_r1858907657


##########
.github/workflows/go_tests.yml:
##########
@@ -50,6 +50,7 @@ jobs:
       - name: Delete old coverage
         run: "cd sdks && rm -rf .coverage.txt || :"
       - name: Run coverage
+        timeout-minutes: 25

Review Comment:
   Gotcha. In the bug @lostluck mentioned the default was 10 minutes and 
referred to it as an "action" so I jumped to GHA. In [the 
docs](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes)
 I saw a default of 360 minutes for the overall action so that surely wasn't 
the issue.



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