Skip to content

Commit

Permalink
Merge pull request #8078 from ThomasWaldmann/increase-gh-actions-time…
Browse files Browse the repository at this point in the history
…out-1.2

gh actions: increase timeout
  • Loading branch information
ThomasWaldmann committed Feb 8, 2024
2 parents 988d8a1 + 8637520 commit 1413b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
lint:

runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 5

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}

runs-on: ${{ matrix.os }}
timeout-minutes: 90
timeout-minutes: 180

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1413b34

Please sign in to comment.