mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix(tests): higher max delay
This commit is contained in:
@@ -22,7 +22,7 @@ Deno.test({
|
||||
assertExists(thirdMessage);
|
||||
// Delay the execution by 5 seconds to allow MESSAGE_CREATE event to be processed
|
||||
delayUntil(
|
||||
3000,
|
||||
10000,
|
||||
() =>
|
||||
cache.messages.has(message.id) &&
|
||||
cache.messages.has(secondMessage.id) &&
|
||||
|
||||
Reference in New Issue
Block a user