1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Increase timeouts in test-server (#1153)

This commit is contained in:
Erlend Langseth
2019-11-06 15:09:22 +01:00
committed by Nikolay Kim
parent edcde67076
commit 61b38e8d0d
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
### Changed
* Update serde_urlencoded to "0.6.1"
* Increase TestServerRuntime timeouts from 500ms to 3000ms
### Fixed