Skip to content

Commit 0bf3f8f

Browse files
authored
chore(test): cleanup machine on finish (#3284)
Signed-off-by: Vladimir Lazar <[email protected]>
1 parent 8b7966f commit 0bf3f8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/playwright/src/ai-lab-extension.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import {
3636
isLinux,
3737
isMac,
3838
isCI,
39+
resetPodmanMachinesFromCLI,
3940
} from '@podman-desktop/tests-playwright';
4041
import type { AILabDashboardPage } from './model/ai-lab-dashboard-page';
4142
import type { AILabRecipesCatalogPage } from './model/ai-lab-recipes-catalog-page';
@@ -107,7 +108,8 @@ test.beforeAll(async ({ runner, welcomePage, page }) => {
107108
});
108109

109110
test.afterAll(async ({ runner }) => {
110-
test.setTimeout(120_000);
111+
test.setTimeout(180_000);
112+
await resetPodmanMachinesFromCLI();
111113
await runner.close();
112114
});
113115

0 commit comments

Comments
 (0)