mirror of https://github.com/fafhrd91/actix-web
chore(gha): reduce timeout to 30min.
This commit is contained in:
parent
0ffaa78a32
commit
ea445dc938
|
|
@ -79,7 +79,7 @@ jobs:
|
||||||
run: just check-default
|
run: just check-default
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
timeout-minutes: 60
|
timeout-minutes: 30
|
||||||
run: just test
|
run: just test
|
||||||
|
|
||||||
- name: CI cache clean
|
- name: CI cache clean
|
||||||
|
|
@ -101,7 +101,7 @@ jobs:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
|
|
||||||
- name: tests (io-uring)
|
- name: tests (io-uring)
|
||||||
timeout-minutes: 60
|
timeout-minutes: 30
|
||||||
run: >
|
run: >
|
||||||
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=stable cargo test --lib --tests -p=actix-files --all-features"
|
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=stable cargo test --lib --tests -p=actix-files --all-features"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue