mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
remove unnecessary wait
This commit is contained in:
parent
9c6f7e91dd
commit
bec8cf8e44
1 changed files with 0 additions and 5 deletions
|
@ -1070,11 +1070,6 @@ Deno.test(
|
|||
await requestClosed.promise;
|
||||
assertEquals(receivedRequest, false);
|
||||
await server.finished;
|
||||
|
||||
if (Deno.build.os === "windows") {
|
||||
// FIXME(kt3k): This is necessary for preventing op leak on windows
|
||||
await new Promise((resolve) => setTimeout(resolve, 4000));
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue