mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
increase ci test timeout
This commit is contained in:
parent
168a7284d3
commit
1fe309bcc6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
timeout-minutes: 40
|
timeout-minutes: 60
|
||||||
with:
|
with:
|
||||||
command: ci-test
|
command: ci-test
|
||||||
args: --skip=test_reading_deflate_encoding_large_random_rustls
|
args: --skip=test_reading_deflate_encoding_large_random_rustls
|
||||||
@ -174,5 +174,5 @@ jobs:
|
|||||||
|
|
||||||
- name: doc tests
|
- name: doc tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
timeout-minutes: 40
|
timeout-minutes: 60
|
||||||
with: { command: ci-doctest }
|
with: { command: ci-doctest }
|
||||||
|
Loading…
Reference in New Issue
Block a user