Skip to content

Commit

Permalink
cci(tests): CopyrightProblemsPage +timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Apr 24, 2024
1 parent cb97f57 commit 7837397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/browser/CopyrightProblemsPageTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ describe( 'CopyrightProblemsPage tests', () => {
let page: BrowserHelper;

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

page = await BrowserHelper.build()
.then( p => p.loadWikipediaPage(
'User:Chlod/Scripts/Deputy/tests/Problems/UnitTests'
Expand Down

0 comments on commit 7837397

Please sign in to comment.