mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
chore: update crates (#9251)
Updates SWC, dprint, deno_lint, deno_doc, serde, and Tokio (to 1.1.0). Co-authored-by: Kitson Kelly <me@kitsonkelly.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
eb30c6f510
commit
40fc5f55ea
19 changed files with 375 additions and 378 deletions
|
@ -1540,7 +1540,7 @@ mod tests {
|
|||
let time = Instant::now();
|
||||
harness.run().await;
|
||||
assert!(
|
||||
time.elapsed().as_millis() <= 10000,
|
||||
time.elapsed().as_millis() <= 15000,
|
||||
"the execution time exceeded 10000ms"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue