Skip to content

Commit

Permalink
Merge pull request #2535 from h2o/gfx/ci-timeout
Browse files Browse the repository at this point in the history
ci: add job-level `timeout-minutes: 60`
  • Loading branch information
kazuho committed Jan 5, 2021
2 parents fe0a771 + 9eb20b8 commit 98b6c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
task: dtrace
container: h2oserver/h2o-ci:ubuntu2004

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

timeout-minutes: 60
steps:
- name: Build Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
Expand Down

0 comments on commit 98b6c7e

Please sign in to comment.