Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Lift "Run Build" time limit to 20 minutes #7781

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[ci] Lift "Run Build" time limit to 20 minutes
  • Loading branch information
erjiaqing committed Jun 21, 2021
commit 849cd7c2ccef4a82dc5c7994dac6b6be90562339
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

scripts/build/gn_gen.sh --args="$GN_ARGS"
- name: Run Build
timeout-minutes: 10
timeout-minutes: 20
run: scripts/build/gn_build.sh
- name: Run Tests
timeout-minutes: 2
Expand Down