chore: linting

This commit is contained in:
zhom
2025-07-27 03:09:22 +04:00
parent ff9c633b07
commit adcb20fab9
4 changed files with 43 additions and 32 deletions
-2
View File
@@ -780,9 +780,7 @@ mod tests {
.arg("--type")
.arg("http");
let start_time = std::time::Instant::now();
let output = tokio::time::timeout(Duration::from_secs(60), async { cmd.output() }).await??;
let execution_time = start_time.elapsed();
if output.status.success() {
let stdout = String::from_utf8(output.stdout)?;