Skip to content

Commit

Permalink
unflake moderation room member test
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Jan 23, 2025
1 parent 8417af9 commit f95ccc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/dontBanSelfTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit f95ccc1

Please sign in to comment.