CI: allow test action to take up to 20 minutes

This commit is contained in:
Joakim Frostegård 2022-10-09 22:39:45 +02:00
parent 6854351fb5
commit c1651f6eb6

View file

@ -49,7 +49,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 10 timeout-minutes: 20
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install latest stable Rust - name: Install latest stable Rust