0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

fix(kv): unflake kv unit tests (#20640)

fixes #20635
This commit is contained in:
Igor Zinkovsky 2023-09-23 17:59:01 -07:00 committed by GitHub
parent 68851d6f37
commit b5ba5f157e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1721,7 +1721,7 @@ Deno.test({
if (count == 3) {
promise.resolve();
}
await sleep(60000);
await new Promise(() => {});
});
// Enqueue 3 messages.