Skip to content

Commit

Permalink
tests: increase CopyrightProblemsPageTests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Jun 23, 2024
1 parent 046270c commit 0f284cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/browser/CopyrightProblemsPageTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ describe( 'CopyrightProblemsPage tests', () => {

let page: BrowserHelper;

beforeAll( async () => {
jest.setTimeout( 60e3 );
jest.setTimeout( 60e3 );

beforeAll( async () => {
page = await BrowserHelper.build()
.then( p => p.loadWikipediaPage(
'User:Chlod/Scripts/Deputy/tests/Problems/UnitTests'
Expand All @@ -35,7 +35,7 @@ describe( 'CopyrightProblemsPage tests', () => {
),
30e3
), p ] )[ 1 ] );
}, 60e3 );
} );

afterAll( async () => {
await page.close();
Expand Down

0 comments on commit 0f284cf

Please sign in to comment.