Skip to content

Commit

Permalink
extend deadlines for SuccessfulLoadTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Oct 31, 2022
1 parent 540722d commit 0052eb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/SuccessfulLoadTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import BrowserHelper from '../util/BrowserHelper';

describe( 'Browser load tests', () => {

jest.setTimeout( 20e3 );

let page: BrowserHelper;

beforeAll( async () => {
Expand Down Expand Up @@ -31,6 +33,6 @@ describe( 'Browser load tests', () => {

test( 'Deputy loads successfully', async () => {
await expect( page.loadDeputyScript() ).resolves.not.toThrow();
}, 20e3 );
} );

} );

0 comments on commit 0052eb9

Please sign in to comment.