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

@ -51,7 +51,6 @@ describe('embed links', function () {
describe('read and write', function () {
// create a new pad before each test run
beforeEach(async function () {
this.timeout(60000);
await helper.aNewPad();
});
@ -86,7 +85,6 @@ describe('embed links', function () {
describe('when read only option is set', function () {
beforeEach(async function () {
this.timeout(60000);
await helper.aNewPad();
});