mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
parent
68851d6f37
commit
b5ba5f157e
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,7 @@ Deno.test({
|
||||||
if (count == 3) {
|
if (count == 3) {
|
||||||
promise.resolve();
|
promise.resolve();
|
||||||
}
|
}
|
||||||
await sleep(60000);
|
await new Promise(() => {});
|
||||||
});
|
});
|
||||||
|
|
||||||
// Enqueue 3 messages.
|
// Enqueue 3 messages.
|
||||||
|
|
Loading…
Add table
Reference in a new issue