ci(playwright): increase timeout to 60 seconds for CI tests (#6218)

This commit is contained in:
白熱
2025-11-29 15:09:17 +08:00
committed by GitHub
parent b8d3a2ce73
commit 3039e650c5
+1 -1
View File
@@ -23,7 +23,7 @@ export default defineConfig({
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: IS_CI,
timeout: 30_000,
timeout: 60_000,
/* No retry */
retries: 0,
/* Opt out of parallel tests on CI. */