pulumi/.github
Thomas Gummerer 43c6fb37ea
increase the timeout for running CI tests (#17703)
Currently we are setting the timout in our CI jobs to 60 minutes. We
also set the timeout for Go tests to 1h (see GO_TEST_FLAGS in
build/common.mk). This means the GitHub action times out before the `go
test` does, which in turn means that if there are timeouts there's no
information of what timed out. Normally Go test prints the current stack
trace of every goroutine that is currently running.

By raising the GitHub actions imposed timeout to 70 minutes, we'll allow
`go test` to time out first, which should provide helpful debuging
information in the case of timeouts.

(one example of this happening is here:
https://github.com/pulumi/pulumi/actions/runs/11702940046/job/32592316950?pr=17567)
2024-11-06 16:16:41 +00:00
..
ISSUE_TEMPLATE add issue template for flaky tests (#15966) 2024-04-17 07:44:40 +00:00
scripts remove changelog comment (#17053) 2024-08-26 08:02:43 +00:00
workflows increase the timeout for running CI tests (#17703) 2024-11-06 16:16:41 +00:00
CODEOWNERS add CODEOWNERS file (#15438) 2024-02-16 11:31:23 +00:00