Upon investigating the Cloud Build history, these timeouts are due to the larger number of checks (linting, types, vulnerabilities) added in #267. The last two builds took 9m51s and 11m25s, respectively, while the GitHub Action is configured to time out after 10 minutes.
Upon investigating the Cloud Build history, these timeouts are due to the larger number of checks (linting, types, vulnerabilities) added in #267. The last two builds took 9m51s and 11m25s, respectively, while the GitHub Action is configured to time out after 10 minutes.
Increase the timeout from 10 minutes to 15 minutes in
.github/workflows/deploy.yaml
?