mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
adjust timeouts in ci
This commit is contained in:
parent
843eb18daf
commit
3265e0a789
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
env:
|
||||
RUST_LOG: ${{ runner.debug && 'limbo_core::storage=trace' || '' }}
|
||||
run: cargo test --verbose
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
|
||||
clippy:
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
- uses: "./.github/shared/install_sqlite"
|
||||
- name: Test
|
||||
run: make test
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
|
||||
test-sqlite:
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue