remove custom timeouts

This commit is contained in:
webzwo0i 2021-04-05 10:02:25 +02:00 committed by Richard Hansen
parent af19a010c5
commit 9408d4395f
32 changed files with 0 additions and 46 deletions

View file

@ -87,7 +87,6 @@ describe('Chat messages and UI', function () {
xit('Checks showChat=false URL Parameter hides chat then' +
' when removed it shows chat', async function () {
this.timeout(60000);
// give it a second to save the username on the server side
await new Promise((resolve) => setTimeout(resolve, 3000));