From f95ccc130792578a473d4638c2dab693da1c0323 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Wed, 22 Jan 2025 16:14:28 -0800 Subject: [PATCH] unflake moderation room member test --- test/integration/dontBanSelfTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/dontBanSelfTest.ts b/test/integration/dontBanSelfTest.ts index d7d5d750..5c4442c1 100644 --- a/test/integration/dontBanSelfTest.ts +++ b/test/integration/dontBanSelfTest.ts @@ -45,7 +45,7 @@ describe("Test: Bot doesn't ban moderation room members or ignored entities.", f return new Promise((resolve) => setTimeout(resolve, ms)); } - await delay(4000); + await delay(5000); const currentMods = this.mjolnir.moderators.listAll(); let expectedCurrentMods = [await client.getUserId(), await this.mjolnir.client.getUserId()]; expectedCurrentMods.forEach((mod) => {