Workaround macOS permission issues in Github Actions CI (#1771)
This commit is contained in:
committed by
GitHub
parent
8754fa5fa2
commit
2af4f67d41
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user