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:
Luca Casonato 2021-01-26 17:00:40 +01:00 committed by GitHub
parent eb30c6f510
commit 40fc5f55ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 375 additions and 378 deletions

View file

@ -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"
);
}