mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
incr timeout for simulator CI
This commit is contained in:
parent
6cebf1cdcf
commit
c91205eb1e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
|
||||
simulator:
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
timeout-minutes: 20
|
||||
timeout-minutes: 35
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: useblacksmith/rust-cache@v3
|
||||
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
done
|
||||
- name: Simulator IOUring InsertHeavySpill
|
||||
run: |
|
||||
for i in {1..10}; do
|
||||
for i in {1..5}; do
|
||||
./scripts/run-sim --io-backend=io-uring --maximum-tests 1000 --profile=write_heavy_spill || exit 1
|
||||
done
|
||||
- name: Simulator IOUring Differential
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue