1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

increase ci test timeout

This commit is contained in:
Rob Ede
2021-11-17 15:32:42 +00:00
parent 168a7284d3
commit 1fe309bcc6

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 }