Workaround macOS permission issues in Github Actions CI (#1771)

This commit is contained in:
Michael Telatynski
2024-07-10 16:01:04 +01:00
committed by GitHub
parent 8754fa5fa2
commit 2af4f67d41
2 changed files with 7 additions and 1 deletions

View File

@@ -29,5 +29,5 @@ export default defineConfig({
reporter: [["html", { outputFolder: "playwright/html-report" }]],
snapshotDir: "playwright/snapshots",
snapshotPathTemplate: "{snapshotDir}/{testFilePath}/{arg}-{platform}{ext}",
timeout: 10 * 1000,
timeout: 30 * 1000,
});