Skip to content

Commit

Permalink
chore(test): adjusting timeout in afterAll hook (#693)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Lazar <[email protected]>
  • Loading branch information
cbr7 authored Jul 31, 2024
1 parent 18fc437 commit 069b983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/src/bootc-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ afterAll(async () => {
await removeFolderIfExists('tests/output/images');
await pdRunner.close();
}
});
}, 180000);

describe('BootC Extension', async () => {
test('Go to settings and check if extension is already installed', async () => {
Expand Down

0 comments on commit 069b983

Please sign in to comment.