1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-05 17:52:14 +00:00

increase ci test timeout

This commit is contained in:
Rob Ede 2021-11-17 15:32:42 +00:00
parent 168a7284d3
commit 1fe309bcc6
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -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 }