Remove unneeded syn parse

This commit is contained in:
2022-06-16 14:15:50 +00:00
committed by GitHub
parent 8ec5c66ee5
commit d1e1296181
3 changed files with 5 additions and 6 deletions

View File

@@ -679,7 +679,7 @@ impl<T: Write + Seek + Send + Sync + ClearFile + GetTargetFileName> Drop for Dow
}
}
#[proc_macros::async_timeout_test("100s")]
#[proc_macros::async_timeout_test(120s)]
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
async fn test_downloader() {
let p = Path::new("./test");
@@ -721,7 +721,7 @@ async fn test_downloader() {
}
}
#[proc_macros::async_timeout_test("60s")]
#[proc_macros::async_timeout_test(120s)]
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
async fn test_failed_downloader() {
let p = Path::new("./test");
@@ -758,7 +758,7 @@ async fn test_failed_downloader() {
}
}
#[proc_macros::async_timeout_test("60s")]
#[proc_macros::async_timeout_test(120s)]
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
async fn test_downloader_dropped() {
let p = Path::new("./test");