Skip to content

Commit 069b983

Browse files
authored
chore(test): adjusting timeout in afterAll hook (#693)
Signed-off-by: Vladimir Lazar <[email protected]>
1 parent 18fc437 commit 069b983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/src/bootc-extension.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ afterAll(async () => {
7777
await removeFolderIfExists('tests/output/images');
7878
await pdRunner.close();
7979
}
80-
});
80+
}, 180000);
8181

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

0 commit comments

Comments
 (0)