mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
GitHub actions: increase timeout for build-and-test to 25 minutes
This commit is contained in:
parent
fb9d703007
commit
de03f9614e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cargo-build-and-test.yml
vendored
2
.github/workflows/cargo-build-and-test.yml
vendored
|
|
@ -12,7 +12,7 @@ env:
|
|||
jobs:
|
||||
build-test-linux:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
timeout-minutes: 25
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install latest stable Rust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue