Skip to content

Commit

Permalink
chore(build): increase build timeout (#2808)
Browse files Browse the repository at this point in the history
Increase build timeout by 15 minutes, seems 30mins is not reliably long enough anymore. 

## Checklist

- [x] Title matches [Winglang's style guide](https://docs.winglang.io/contributors/pull_requests#how-are-pull-request-titles-formatted)
- [x] Description explains motivation and solution
- [x] Tests added (always)
- [x] Docs updated (only required for features)
- [x] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://docs.winglang.io/terms-and-policies/contribution-license.html)*.
  • Loading branch information
hasanaburayyan authored Jun 6, 2023
1 parent 64a78da commit 01a75d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
build:
name: "Build"
timeout-minutes: 30
timeout-minutes: 45
runs-on: ubuntu-latest
env:
# Testing runs out of memory without this
Expand Down

0 comments on commit 01a75d5

Please # to comment.