mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 17:41:11 +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
|
||||
uses: actions-rs/cargo@v1
|
||||
timeout-minutes: 40
|
||||
timeout-minutes: 60
|
||||
with:
|
||||
command: ci-test
|
||||
args: --skip=test_reading_deflate_encoding_large_random_rustls
|
||||
|
@ -174,5 +174,5 @@ jobs:
|
|||
|
||||
- name: doc tests
|
||||
uses: actions-rs/cargo@v1
|
||||
timeout-minutes: 40
|
||||
timeout-minutes: 60
|
||||
with: { command: ci-doctest }
|
||||
|
|
Loading…
Reference in a new issue