mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 19:41:12 +00:00
increase ci test timeout
This commit is contained in:
parent
168a7284d3
commit
1fe309bcc6
1 changed files with 2 additions and 2 deletions
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 a new issue