chore(deps-dev): bump svelte from 5.14.4 to 5.14.5 #733
GitHub Actions / JUnit Test Report
failed
Dec 20, 2024 in 0s
18 tests run, 10 passed, 7 skipped, 1 failed.
Annotations
Check failure on line 70 in ts
github-actions / JUnit Test Report
ts.BootC Extension › Bootc images for architecture: arm64 › Building images › Building bootable image type: QCOW2
bootc-extension.spec.ts:139:11 Building bootable image type: QCOW2
Raw output
[chromium] › src\bootc-extension.spec.ts:139:11 › BootC Extension › Bootc images for architecture: arm64 › Building images › Building bootable image type: QCOW2
Error: Build didn't finish before timeout!
at src\model\bootc-page.ts:193
191 | async waitUntilCurrentBuildIsFinished(timeout = 600000): Promise<void> {
192 | const dialogMessageLocator = this.page.getByLabel('Dialog Message');
> 193 | await waitUntil(
| ^
194 | async () =>
195 | (await this.getCurrentStatusOfLatestEntry()) === 'error' ||
196 | (await this.getCurrentStatusOfLatestEntry()) === 'success' ||
at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\utility\wait.ts:49:13
at p (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\utility\wait.ts:77:3)
at BootcPage.waitUntilCurrentBuildIsFinished (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\model\bootc-page.ts:193:5)
at BootcPage.buildDiskImage (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\model\bootc-page.ts:154:5)
at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:175:28
"afterAll" hook timeout of 180000ms exceeded.
68 | });
69 |
> 70 | test.afterAll(async ({ runner, page }) => {
| ^
71 | test.setTimeout(180000);
72 | try {
73 | await deleteImage(page, imageName);
at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:70:6
Loading