Skip to content

Commit 1c806b4

Browse files
authored
Add a shorter timeout for jobs on github-hosted runner (#158)
1 parent df8ec0e commit 1c806b4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/post-review-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
# JikesRVM
1111
jikesrvm-binding-test:
1212
runs-on: ubuntu-18.04
13+
timeout-minutes: 60
1314
if: contains(github.event.pull_request.labels.*.name, 'PR-approved') || contains(github.event.pull_request.labels.*.name, 'PR-benchmarking')
1415
steps:
1516
- name: Checkout MMTk Core
@@ -132,6 +133,7 @@ jobs:
132133
# OpenJDK
133134
openjdk-binding-test:
134135
runs-on: ubuntu-18.04
136+
timeout-minutes: 60
135137
if: contains(github.event.pull_request.labels.*.name, 'PR-approved') || contains(github.event.pull_request.labels.*.name, 'PR-benchmarking')
136138
steps:
137139
- name: Checkout MMTk Core

.github/workflows/pre-review-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
pre-code-review-checks:
1010
runs-on: ubuntu-18.04
11+
timeout-minutes: 15
1112
steps:
1213
- uses: actions/checkout@v2
1314
- name: Install latest nightly

0 commit comments

Comments
 (0)