revert test delay timeout to 1 sec since many deps on it, including

quality monitor, also change test delay with instant rather than
systemtime, because instant is stable
This commit is contained in:
rustdesk
2024-01-02 16:23:47 +08:00
parent 36ed8f3f73
commit f47faa548b
3 changed files with 34 additions and 20 deletions

15
Cargo.lock generated
View File

@@ -299,6 +299,19 @@ dependencies = [
"futures-core",
]
[[package]]
name = "async-compression"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5"
dependencies = [
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
[[package]]
name = "async-executor"
version = "1.6.0"
@@ -5064,6 +5077,7 @@ name = "reqwest"
version = "0.11.18"
source = "git+https://github.com/rustdesk-org/reqwest#4cc834539d9c44f7b6bbc5d2f8805842dc5aa328"
dependencies = [
"async-compression",
"base64",
"bytes",
"encoding_rs",
@@ -5088,6 +5102,7 @@ dependencies = [
"serde_urlencoded",
"tokio",
"tokio-rustls",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",