Skip to content

Commit

Permalink
Bump gha timeouts (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspfohl authored Feb 22, 2024
1 parent dff2cf4 commit 386ae36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defaults:
jobs:
code-quality:
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 30
strategy:
matrix:
python_version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaults:
jobs:
smoketest:
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 20
strategy:
matrix:
python_version:
Expand Down

0 comments on commit 386ae36

Please sign in to comment.