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: adjust timeouts #226

Merged
merged 1 commit into from
Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
ci: adjust timeouts
  • Loading branch information
larpon committed Aug 31, 2022
commit 72346051cb82023d411cde66040e12840bc963cf
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
code-formatting:
runs-on: ubuntu-20.04
timeout-minutes: 30
timeout-minutes: 10
env:
VFLAGS: -cc tcc
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

ubuntu-latest-bootstrap:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 20
env:
VAB_FLAGS: -v 3
steps:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

ubuntu-latest-build:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 15
env:
VAB_FLAGS: -v 3
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/matrix_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-20.04]
java-version: [8,11,15]
android-api: [27, 30]
timeout-minutes: 30
timeout-minutes: 20
env:
VAB_FLAGS: -v 3 --build-tools 29.0.0
steps:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
os: [ubuntu-20.04]
java-version: [8, 15]
android-api: [27, 30]
timeout-minutes: 30
timeout-minutes: 20
env:
VAB_FLAGS: -v 3 -gc none --build-tools 29.0.0
steps:
Expand Down