Skip to content

Commit 98b6c7e

Browse files
authored
Merge pull request #2535 from h2o/gfx/ci-timeout
ci: add job-level `timeout-minutes: 60`
2 parents fe0a771 + 9eb20b8 commit 98b6c7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
task: dtrace
3333
container: h2oserver/h2o-ci:ubuntu2004
3434

35+
timeout-minutes: 60
3536
steps:
3637
- uses: actions/checkout@v2
3738
with:
@@ -53,6 +54,7 @@ jobs:
5354
# see above
5455
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
5556

57+
timeout-minutes: 60
5658
steps:
5759
- name: Build Fuzzers
5860
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master

0 commit comments

Comments
 (0)