mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
ci(playwright): increase timeout to 60 seconds for CI tests (#6218)
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user