Skip to content

Commit

Permalink
Increase timeout in speech options
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Sep 2, 2022
1 parent 7a164ca commit 707548c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/speechOptions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ chai.use(chaiSpies);
describe("Speech options", () => {
let tm: TestManager;

beforeEach(async () => {
beforeEach(async function before() {
this.timeout(6000);
tm = new TestManager(config.BOT_TOKEN, config.TESTBOT_TOKEN);
await tm.loginClients();
await tm.setTestVoiceChannel(config.GUILD_ID);
Expand Down

0 comments on commit 707548c

Please sign in to comment.