Skip to content

Commit

Permalink
Timeout of 10 minutes is insufficient, changed to 20
Browse files Browse the repository at this point in the history
Updated python which gets used to 3.11
  • Loading branch information
dahlend authored Oct 29, 2024
1 parent ce17749 commit bd2345d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
build:
timeout-minutes: 10
timeout-minutes: 20
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
- name: Test with cargo
run: |
cargo test
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit bd2345d

Please sign in to comment.