Skip to content

Commit

Permalink
Tests: Increase connection timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
PartMan7 authored Sep 16, 2023
1 parent 98ab64b commit 66f432e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Bot.on('message', message => {

describe('PS-Client', () => {
before(function () {
this.timeout(30_000);
return new Promise((resolve, reject) => {
Bot.connect();
Bot.on('ready', () => resolve());
Expand Down

0 comments on commit 66f432e

Please sign in to comment.