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


##########
.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:
   The timeout is the default 'go test' timeout, so a flag needs to be added to 
the `go test` call down below in the run clause.
   
   `-timeout=25m`
   
   See https://pkg.go.dev/cmd/go/internal/test



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