We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fc437 commit 069b983Copy full SHA for 069b983
tests/playwright/src/bootc-extension.spec.ts
@@ -77,7 +77,7 @@ afterAll(async () => {
77
await removeFolderIfExists('tests/output/images');
78
await pdRunner.close();
79
}
80
-});
+}, 180000);
81
82
describe('BootC Extension', async () => {
83
test('Go to settings and check if extension is already installed', async () => {
0 commit comments